diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2011-12-17 13:53:10 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-12-17 13:53:10 +0100 |
commit | d45aa2ec90f32c8e3de1b0397196a5e53ec6ddeb (patch) | |
tree | 7ed09e8237c808673322584ee7a45742d7b67d66 | |
parent | 55430d087503640c7637ed8bdfe8765d5653dc85 (diff) | |
download | bugzilla-d45aa2ec90f32c8e3de1b0397196a5e53ec6ddeb.tar.gz bugzilla-d45aa2ec90f32c8e3de1b0397196a5e53ec6ddeb.tar.xz |
Fix bustage due to bug 705474
-rwxr-xr-x | createaccount.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/createaccount.cgi b/createaccount.cgi index 2348d4e91..98c5c8318 100755 --- a/createaccount.cgi +++ b/createaccount.cgi @@ -34,6 +34,7 @@ use Bugzilla::Error; use Bugzilla::User; use Bugzilla::BugMail; use Bugzilla::Util; +use Bugzilla::Token; # Just in case someone already has an account, let them get the correct footer # on an error message. The user is logged out just after the account is |