Skip to content
Snippets Groups Projects
Commit da1a7c0c authored by tbrehm's avatar tbrehm
Browse files

Reset action variable to an empty string after update.

parent 2c7ee0fd
No related branches found
No related tags found
2 merge requests!46Master,!21Master
......@@ -749,6 +749,9 @@ class apache2_plugin {
// 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) {
......
......@@ -141,6 +141,7 @@ class cron_plugin {
$this->parent_domain = $parent_domain;
$this->_write_crontab();
$this->action = '';
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment