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'); } } ?>