Index: branches/feature-module-update/data/class/SC_View.php
===================================================================
--- branches/feature-module-update/data/class/SC_View.php	(revision 15257)
+++ branches/feature-module-update/data/class/SC_View.php	(revision 15279)
@@ -122,5 +122,7 @@
 
         $array['tpl_mainnavi'] = $SC_VIEW_PHP_DIR . '/../Smarty/templates/frontparts/mainnavi.tpl';
-        $array['tpl_root_id'] = SC_Utils_Ex::sfGetRootId();
+
+        $objDb = new SC_Helper_DB_Ex();
+        $array['tpl_root_id'] = $objDb->sfGetRootId();
         $this->assignarray($array);
     }
