Code

Updated stats call
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 30 Jul 2010 14:36:46 +0000 (14:36 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 30 Jul 2010 14:36:46 +0000 (14:36 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19300 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_management.inc

index 0c74ff20f981bb7b44dabd4ef58ddb3f855cb9ab..4c7b0ed11785928593a33251dd2eb0e75254e790 100644 (file)
@@ -94,7 +94,7 @@ class management
     $this->config = $config;
     $this->initTime = microtime(TRUE);
 
-    stats::log('management', $class = get_class($this), $action = __FUNCTION__, $amount = 1, 
+    stats::log('management', $class = get_class($this), $action = 'open', $amount = 1, 
             $duration = (microtime(TRUE) - $this->initTime));
 
     if($this->cpHandler) $this->headpage->setCopyPasteHandler($this->cpHandler);