tbrehm
2011-12-07 6882ab1634ec66e621e8964428f741cd7d103a00
server/mods-available/remoteaction_core_module.inc.php
@@ -119,12 +119,14 @@
               * we stop executing the actions not to waste more time */
               return;
            }
            if ($action['action_type'] == 'ispc_update') {
               /* do the update */
               $this->_doIspCUpdate($action);
               // Update function has been removed
               // $this->_doIspCUpdate($action);
               /* this action takes so much time,
               * we stop executing the actions not to waste more time */
               return;
               $this->_actionDone($action['action_id'], 'ok');
            }
            if ($action['action_type'] == 'openvz_start_vm') {
               $veid = intval($action['action_param']);