Code

Fixed typo
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 5 Nov 2010 08:12:55 +0000 (08:12 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 5 Nov 2010 08:12:55 +0000 (08:12 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20187 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index 6c4b4542a2628a3bb9b981d73fa80574c3207d74..1bf0a2229a090ec7c2603bef20845c7ecace1bc4 100644 (file)
@@ -37,7 +37,7 @@ class statistics extends plugin
             GOsaRegistration::isRegistered($config) && 
             GOsaRegistration::getRegistrationType($config) == "registered";
 
-        if($registered){
+        if($this->registered){
             $this->graphs[] = new categoryActionsOverTime($config); 
             $this->graphs[] = new memoryUsageChart($config); 
             $this->graphs[] = new cpuLoadChart($config);