]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 890563: DateTime error when going to editwhines.cgi
authorJohn Nishinaga <jingoro@casa-z.org>
Sat, 6 Jul 2013 10:24:14 +0000 (12:24 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Sat, 6 Jul 2013 10:24:14 +0000 (12:24 +0200)
r/a=LpSolit

editwhines.cgi

index e93e552d97c6b34e27e74d1252f1ca6026a6ab28..84a97b877687ae0f27de75c88e111ff2c86a988e 100755 (executable)
@@ -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);