From 4369754abd4bc1d451a60dba3c496135451cf35a Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Tue, 21 Jul 2009 15:44:06 -0400 Subject: [PATCH] Fixed: FS#782 - issue with moving of web to other client --- server/plugins-available/cron_plugin.inc.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/server/plugins-available/cron_plugin.inc.php b/server/plugins-available/cron_plugin.inc.php index 923d8b5..233f2d2 100644 --- a/server/plugins-available/cron_plugin.inc.php +++ b/server/plugins-available/cron_plugin.inc.php @@ -141,6 +141,7 @@ $this->parent_domain = $parent_domain; $this->_write_crontab(); + $this->action = ''; } -- Gitblit v1.9.1