]> 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:27:01 +0000 (12:27 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Sat, 6 Jul 2013 10:27:01 +0000 (12:27 +0200)
r/a=LpSolit

editwhines.cgi

index 5227f1d62dc74a53183e8a4c8aa8af09a29ea241..537c159dc1a25b222021d42e60eb3c229edf292a 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);