From 0b29723b849050ef34288b9cb783a68a2f37fad2 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 22 Jun 2011 07:12:33 +0000 Subject: [PATCH] Fixed loading of server attributes. -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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gosa-core/include/class_config.inc b/gosa-core/include/class_config.inc index 03d4904f5..d53fe27ae 100644 --- a/gosa-core/include/class_config.inc +++ b/gosa-core/include/class_config.inc @@ -450,6 +450,8 @@ class config { */ function load_servers () { + $this->configRegistry->reload(); + /* Only perform actions if current is set */ if ($this->current === NULL){ return; -- 2.30.2