@@ -, +, @@ --- admin/restrictions.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/admin/restrictions.pl +++ a/admin/restrictions.pl @@ -110,7 +110,7 @@ if ( $op eq 'add_form') { push @messages, { type => 'error', code => 'delete_system' }; } } - } + }; $op = 'list'; } --