tbrehm
2010-10-06 764585c03f3af1e2146d3cc87c5ce245b0ac1d25
server/mods-available/monitor_core_module.inc.php
@@ -53,7 +53,7 @@
      /*
         * Do the monitor every n minutes and write the result to the db
      */
      $min = date('i');
      $min = @date('i');
      if (($min % $this->interval) == 0) {
         $this->doMonitor();
      }