tbrehm
2009-06-28 da1a7c0cba1e12ff58ff871b6098905185fa67fc
Reset action variable to an empty string after update.
2 files modified
4 ■■■■ changed files
server/plugins-available/apache2_plugin.inc.php 3 ●●●●● patch | view | raw | blame | history
server/plugins-available/cron_plugin.inc.php 1 ●●●● patch | view | raw | blame | history
server/plugins-available/apache2_plugin.inc.php
@@ -749,6 +749,9 @@
        // request a httpd reload when all records have been processed
        $app->services->restartServiceDelayed('httpd','reload');
        
        //* Unset action to clean it for next processed vhost.
        $this->action = '';
    }
    
    function delete($event_name,$data) {
server/plugins-available/cron_plugin.inc.php
@@ -141,6 +141,7 @@
        $this->parent_domain = $parent_domain;
        $this->_write_crontab();
        
        $this->action = '';
        
    }