diff options
author | mkanat%bugzilla.org <> | 2009-12-13 22:11:13 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-12-13 22:11:13 +0100 |
commit | 6b3943deaa1f0572668c0411ad0dc0193c4f8991 (patch) | |
tree | 60e278499ee7a67bec40ff9fbfc412c4511d3c71 /Bugzilla | |
parent | 2ac2b7ecd0f851d1148cb513072fc4017613fe2d (diff) | |
download | bugzilla-6b3943deaa1f0572668c0411ad0dc0193c4f8991.tar.gz bugzilla-6b3943deaa1f0572668c0411ad0dc0193c4f8991.tar.xz |
Fix a POD error in Bugzilla/Auth.pm that was causing a tree burn for 5.8.1.
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Auth.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Auth.pm b/Bugzilla/Auth.pm index 40150f0ed..b1da319a4 100644 --- a/Bugzilla/Auth.pm +++ b/Bugzilla/Auth.pm @@ -303,7 +303,7 @@ times within a certain period of time (as specified by L<Bugzilla::Constants/LOGIN_LOCKOUT_INTERVAL>). The hashref will also contain a C<user> element, representing the -L<Bugzilla:User> whose account is locked out. +L<Bugzilla::User> whose account is locked out. =head1 LOGIN TYPES |