From: hickert Date: Thu, 3 Jan 2008 11:08:44 +0000 (+0000) Subject: Fixed typo X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=fbcbbd68b5e7ac4e5eaf396c16280529d174f9de;p=gosa.git Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8191 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/main.php b/gosa-core/html/main.php index c60971687..412ca9526 100644 --- a/gosa-core/html/main.php +++ b/gosa-core/html/main.php @@ -139,7 +139,7 @@ textdomain($domain); @DEBUG (DEBUG_TRACE, __LINE__, __FUNCTION__, __FILE__, $lang, "Setting language to"); /* Prepare plugin list */ -if (session::is_set('plist')){ +if (!session::is_set('plist')){ /* Initially load all classes */ $class_list= get_declared_classes(); foreach ($class_mapping as $class => $path){