diff options
Diffstat (limited to 'createaccount.cgi')
-rwxr-xr-x | createaccount.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/createaccount.cgi b/createaccount.cgi index 6364e20bc..2447c1117 100755 --- a/createaccount.cgi +++ b/createaccount.cgi @@ -37,7 +37,7 @@ use vars qw( ); # If we're using LDAP for login, then we can't create a new account here. -unless (Bugzilla::Auth->can_edit) { +unless (Bugzilla::Auth->can_edit('new')) { # Just in case someone already has an account, let them get the correct # footer on the error message Bugzilla->login(); |