From 07405653f111c4eb8fd1c83d45e66287807036d7 Mon Sep 17 00:00:00 2001 From: horfic <horfic@ispconfig3> Date: Thu, 06 Jan 2011 04:26:51 -0500 Subject: [PATCH] *) Added Mailman integration --- server/mods-available/remoteaction_core_module.inc.php | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/server/mods-available/remoteaction_core_module.inc.php b/server/mods-available/remoteaction_core_module.inc.php index fa51db1..4416bd8 100644 --- a/server/mods-available/remoteaction_core_module.inc.php +++ b/server/mods-available/remoteaction_core_module.inc.php @@ -150,6 +150,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 */ @@ -195,7 +199,7 @@ /* * All well done! */ - $this->_actionDone($action['action_id'], 'ok'); + //$this->_actionDone($action['action_id'], 'ok'); } } ?> \ No newline at end of file -- Gitblit v1.9.1