summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Auth.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2011-08-03 19:29:14 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2011-08-03 19:29:14 +0200
commit010bcfccd14e7a574b9ffce3540add6cf1e25ee3 (patch)
tree7b8145ee363d81b42ddcbd7db0e52225ad2fd870 /Bugzilla/Auth.pm
parentdba6f45bc2a29194661b4c2d27684e34a5c0dece (diff)
downloadbugzilla-010bcfccd14e7a574b9ffce3540add6cf1e25ee3.tar.gz
bugzilla-010bcfccd14e7a574b9ffce3540add6cf1e25ee3.tar.xz
Fix a warning thrown when running 011pod.t
Diffstat (limited to 'Bugzilla/Auth.pm')
-rw-r--r--Bugzilla/Auth.pm2
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>