tbrehm
2010-12-09 687ad252d2e80ba05ec9db768ae7b2252299ccf0
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');
   }
}
?>