From: hickert Date: Wed, 22 Jun 2011 07:12:33 +0000 (+0000) Subject: Fixed loading of server attributes. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0b29723b849050ef34288b9cb783a68a2f37fad2;p=gosa.git 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 --- 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;