From: hickert Date: Wed, 10 Nov 2010 15:44:35 +0000 (+0000) Subject: Updated registration process X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=33c43d60ad06c55dc52057a09883af09b5977f80;p=gosa.git Updated registration process git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20226 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/generic/statistics/class_statistics.inc b/gosa-core/plugins/generic/statistics/class_statistics.inc index d3b41a28b..aaedbbee1 100644 --- a/gosa-core/plugins/generic/statistics/class_statistics.inc +++ b/gosa-core/plugins/generic/statistics/class_statistics.inc @@ -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;