Code

Added missing variable
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 25 Nov 2010 07:23:39 +0000 (07:23 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 25 Nov 2010 07:23:39 +0000 (07:23 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20360 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/addons/goto/class_gotoLogView.inc

index c3728706519ba13dfc87300d78dcaaa39de971e8..a0196eb1b31332ad2e481da1802211a2cec5a96d 100644 (file)
@@ -29,6 +29,8 @@ class gotoLogView extends plugin
     {
         $this->config = $config;
         $this->parent = $parent;
+    
+        $this->initTime = microtime(TRUE);
 
         /* Try to fetch logs for the given event (mac)
          */