Index: trunk/kernel/include/modules.php =================================================================== diff -u -N -r8029 -r8436 --- trunk/kernel/include/modules.php (.../modules.php) (revision 8029) +++ trunk/kernel/include/modules.php (.../modules.php) (revision 8436) @@ -967,7 +967,6 @@ /*create the global current user object */ $UserID=$objSession->Get("PortalUserId"); $objCurrentUser = new clsPortalUser($UserID); -$objLanguageCache = new clsLanguageCache($m_var_list["lang"]); /* include each module's action.php script */ LogEntry("Loading Module action scripts\n");