diff options
Diffstat (limited to 'httemplate')
| -rwxr-xr-x | httemplate/edit/process/part_pkg.cgi | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/part_pkg.cgi b/httemplate/edit/process/part_pkg.cgi index 456a7bcd0..2b6725155 100755 --- a/httemplate/edit/process/part_pkg.cgi +++ b/httemplate/edit/process/part_pkg.cgi @@ -80,7 +80,7 @@ if ( $error ) {  } elsif ( $pkgpart ) {     die "access denied" -     unless $curuser->access_right('Configuration') +     unless $curuser->access_right('Configuration');    $error = $new->replace( $old,                            pkg_svc     => \%pkg_svc,  | 
