Code

Updated registration process
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 10 Nov 2010 15:44:35 +0000 (15:44 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 10 Nov 2010 15:44:35 +0000 (15:44 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20226 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/generic/statistics/class_statistics.inc

index d3b41a28bdae795218db714ecfad14da6643db94..aaedbbee13238dec2f9c85281e53932b487179bb 100644 (file)
@@ -65,7 +65,7 @@ class statistics extends plugin
             $this->rpcHandle = $this->config->getRpcHandle(
                     $this->config->registration->getRegistrationServer(),
                     $this->config->getInstanceUUID(),
-                    $this->config->getInstancePassword(),
+                    $this->config->configRegistry->getPropertyValue('GOsaRegistration','instancePassword'),
                     TRUE);
 
             $this->initialized = TRUE;