From: hickert Date: Fri, 30 Jul 2010 14:36:46 +0000 (+0000) Subject: Updated stats call X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8f27973c7d185b04b03cb1d5838ef37315927a40;p=gosa.git Updated stats call git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19300 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_management.inc b/gosa-core/include/class_management.inc index 0c74ff20f..4c7b0ed11 100644 --- a/gosa-core/include/class_management.inc +++ b/gosa-core/include/class_management.inc @@ -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);