summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Auth.pm
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2004-03-18 18:01:34 +0100
committerjustdave%syndicomm.com <>2004-03-18 18:01:34 +0100
commitcbef267df28e3befd53e6982773558c5acafd661 (patch)
tree4608175dea3771c4060cc9a09ac6c7d4f8d8b535 /Bugzilla/Auth.pm
parent786d40c197f497ee9d3fa5b92834c0249f20a61b (diff)
downloadbugzilla-cbef267df28e3befd53e6982773558c5acafd661.tar.gz
bugzilla-cbef267df28e3befd53e6982773558c5acafd661.tar.xz
Bug 237864: clean up leftovers from the bug 192516 checkin (some occurances of Token got missed)
r= gerv, a= justdave
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 21d440960..22c2fc561 100644
--- a/Bugzilla/Auth.pm
+++ b/Bugzilla/Auth.pm
@@ -175,7 +175,7 @@ argument is a string, not a tag.
This determines if the user's account details can be modified. If this
method returns a C<true> value, then accounts can be created and modified
through the Bugzilla user interface. Forgotten passwords can also be
-retrieved through the L<Token interface|Token>.
+retrieved through the L<Token interface|Bugzilla::Token>.
=back