From: hickert Date: Thu, 22 Jul 2010 10:48:25 +0000 (+0000) Subject: Fixed problem in password.php X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=51988b714b4ec9fc0b86ad0feb31a386101bfe8a;p=gosa.git Fixed problem in password.php git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19047 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/password.php b/gosa-core/html/password.php index 448c10e2f..99a5d49cb 100644 --- a/gosa-core/html/password.php +++ b/gosa-core/html/password.php @@ -95,6 +95,7 @@ if(isset($servers[$directory])){ $config->check_and_reload(); $config->configRegistry->reload(TRUE); } +session::global_set('plist', new pluglist($config, $ui)); session::global_set('debugLevel', $config->get_cfg_value("core","debugLevel")); if ($_SERVER["REQUEST_METHOD"] != "POST") {