Index: branches/version-2_4-dev/data/class/SC_View.php
===================================================================
--- branches/version-2_4-dev/data/class/SC_View.php	(revision 16741)
+++ branches/version-2_4-dev/data/class/SC_View.php	(revision 18595)
@@ -221,6 +221,6 @@
 
 class SC_MobileView extends SC_SiteView {
-    function SC_MobileView() {
-        parent::SC_SiteView();
+    function SC_MobileView($cart = true) {
+        parent::SC_SiteView($cart);
         $this->_smarty->template_dir = MOBILE_TEMPLATE_DIR;
         $this->_smarty->compile_dir = MOBILE_COMPILE_DIR;
