diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2011-12-17 13:47:38 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-12-17 13:47:38 +0100 |
commit | b8ddbf70530669fb0fe15c9cfc36050344e1ebff (patch) | |
tree | 485484f6268d0dd1d99c517a9cd45ca3c7a8ddbc /createaccount.cgi | |
parent | c9990cbe114870cb366325e3372c1784c7eb9a0a (diff) | |
download | bugs-b8ddbf70530669fb0fe15c9cfc36050344e1ebff.tar bugs-b8ddbf70530669fb0fe15c9cfc36050344e1ebff.tar.gz bugs-b8ddbf70530669fb0fe15c9cfc36050344e1ebff.tar.bz2 bugs-b8ddbf70530669fb0fe15c9cfc36050344e1ebff.tar.xz bugs-b8ddbf70530669fb0fe15c9cfc36050344e1ebff.zip |
Fix bustage due to bug 705474
Diffstat (limited to 'createaccount.cgi')
-rwxr-xr-x | createaccount.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/createaccount.cgi b/createaccount.cgi index 90530b3c5..09999865f 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 |