--- mambo/branches/4.6/index.php 2007/02/06 06:05:27 964 +++ mambo/branches/4.6/index.php 2007/02/08 11:04:23 981 @@ -272,6 +272,7 @@ // Provided $my is set, we have a valid admin side session and can include remaining code if ($my) { mamboCore::set('currentUser', $my); + $configuration->offlineCheck($my, $database); if ($option == 'simple_mode') $admin_mode = 'on'; elseif ($option == 'advanced_mode') $admin_mode = 'off'; else $admin_mode = mosGetParam($_SESSION, 'simple_editing', '');