diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2011-08-03 19:29:14 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-08-03 19:29:14 +0200 |
commit | 010bcfccd14e7a574b9ffce3540add6cf1e25ee3 (patch) | |
tree | 7b8145ee363d81b42ddcbd7db0e52225ad2fd870 /Bugzilla | |
parent | dba6f45bc2a29194661b4c2d27684e34a5c0dece (diff) | |
download | bugzilla-010bcfccd14e7a574b9ffce3540add6cf1e25ee3.tar.gz bugzilla-010bcfccd14e7a574b9ffce3540add6cf1e25ee3.tar.xz |
Fix a warning thrown when running 011pod.t
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 938541f56..9ee5ec7fa 100644 --- a/Bugzilla/Auth.pm +++ b/Bugzilla/Auth.pm @@ -404,7 +404,7 @@ Returns: C<true> if users are allowed to create new Bugzilla accounts, C<false> otherwise. =item C<extern_id_used> - + Description: Whether or not current login system uses extern_id. =item C<can_change_email> |