Code

Fixed loading of server attributes.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 22 Jun 2011 07:12:33 +0000 (07:12 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 22 Jun 2011 07:12:33 +0000 (07:12 +0000)
-Somehow, we do not have an up-to-date config object here.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20909 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_config.inc

index 03d4904f519b5a0be1e5750b695e7a52221bcbec..d53fe27ae7679f81e4d63d55ba2e029b5f9e564a 100644 (file)
@@ -450,6 +450,8 @@ class config  {
      */
     function load_servers ()
     {
+        $this->configRegistry->reload();
+
         /* Only perform actions if current is set */
         if ($this->current === NULL){
             return;