server/mods-available/remoteaction_core_module.inc.php
@@ -144,6 +144,10 @@ } private function _doIspCUpdate($action) { // Ensure that this code is not executed twice as this would cause a loop in case of a failure $this->_actionDone($action['action_id'], 'ok'); /* * Get the version-number of the newest version */ @@ -189,7 +193,7 @@ /* * All well done! */ $this->_actionDone($action['action_id'], 'ok'); //$this->_actionDone($action['action_id'], 'ok'); } } ?>