summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Nishinaga <jingoro@casa-z.org>2013-07-06 12:24:14 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2013-07-06 12:24:14 +0200
commit9c8b03aa9c8f01da284d39e2726ce609d25866fc (patch)
tree312d7eace8df146e3ad72c0e8f15330787de6c19
parent2eac6ba97e357be9ec5ce34b89c4cfb87486d030 (diff)
downloadbugzilla-9c8b03aa9c8f01da284d39e2726ce609d25866fc.tar.gz
bugzilla-9c8b03aa9c8f01da284d39e2726ce609d25866fc.tar.xz
Bug 890563: DateTime error when going to editwhines.cgi
r/a=LpSolit
-rwxr-xr-xeditwhines.cgi2
1 files changed, 2 insertions, 0 deletions
diff --git a/editwhines.cgi b/editwhines.cgi
index e93e552d9..84a97b877 100755
--- a/editwhines.cgi
+++ b/editwhines.cgi
@@ -25,6 +25,8 @@ use Bugzilla::Whine::Schedule;
use Bugzilla::Whine::Query;
use Bugzilla::Whine;
+use DateTime;
+
# require the user to have logged in
my $user = Bugzilla->login(LOGIN_REQUIRED);