Marius Cramer
2013-11-14 b1a6a5a3991cec5cd08873b01376e45d0b247f18
server/mods-available/remoteaction_core_module.inc.php
@@ -80,6 +80,8 @@
   /**
    * This method searches for scheduled actions and exec then
    */
   private function _execActions() {
      global $app;
      global $conf;
@@ -96,7 +98,7 @@
       * stop a service, a admin stopped some days before! To avoid this, we ignore
       * the status (it is only for the interface to show) and use our own maxid
      */
      include_once (SCRIPT_PATH."/lib/remote_action.inc.php");
      include_once SCRIPT_PATH."/lib/remote_action.inc.php";
      /*
       * Get all actions this server should execute
@@ -245,5 +247,7 @@
       */
      //$this->_actionDone($action['action_id'], 'ok');
   }
}
?>