summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 727af51)
raw | patch | inline | side by side (parent: 727af51)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 3 Jan 2008 11:08:44 +0000 (11:08 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 3 Jan 2008 11:08:44 +0000 (11:08 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8191 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/html/main.php | patch | blob | history |
index c6097168789628f1eb14dd7012f9617651d5bfa8..412ca952620aa64733fbd3b602bd947583bc4acf 100644 (file)
--- a/gosa-core/html/main.php
+++ b/gosa-core/html/main.php
@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){