diff --git a/app/class/AutomationManager.php b/app/class/AutomationManager.php index 47faf17..9f1d613 100644 --- a/app/class/AutomationManager.php +++ b/app/class/AutomationManager.php @@ -134,15 +134,7 @@ class AutomationManager{ } Db::edit('automation', array('locked' => 0), 'WHERE automation_id = ?', array($automation['automation_id'])); } - - - - } } } - - - - }