Michael Fürmann
2015-03-06 a79e5cc41c201926f918d655ef658e7f2ac752f6
server/lib/classes/cron.d/100-monitor_system_update.inc.php
@@ -53,6 +53,10 @@
   public function onRunJob() {
      global $app, $conf;
      $app->uses('getconf');
      $server_config = $app->getconf->get_server_config($conf['server_id'], 'server');
      if($server_config['monitor_system_updates'] == 'n') return;
      /* used for all monitor cronjobs */
      $app->load('monitor_tools');
      $this->_tools = new monitor_tools();