diff --git a/editactive.php b/editactive.php index c71683c3..a5d706d0 100644 --- a/editactive.php +++ b/editactive.php @@ -1,16 +1,16 @@ webformConfig(); @@ -44,8 +44,6 @@ if ($handler->init($id)) { # errors will be displayed as last step anyway, no ne die(Config::Lang('invalid_parameter')); } - $values['active'] = $active; - if ( $handler->set(array('active' => $active)) ) { $handler->store(); }