From 8f27973c7d185b04b03cb1d5838ef37315927a40 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 30 Jul 2010 14:36:46 +0000 Subject: [PATCH] Updated stats call git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19300 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_management.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.30.2