From: John Nishinaga Date: Sat, 6 Jul 2013 10:27:01 +0000 (+0200) Subject: Bug 890563: DateTime error when going to editwhines.cgi X-Git-Tag: bugzilla-4.4.1~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6029d1984b1f023e30cecba537277aaee2cbf667;p=thirdparty%2Fbugzilla.git Bug 890563: DateTime error when going to editwhines.cgi r/a=LpSolit --- diff --git a/editwhines.cgi b/editwhines.cgi index 5227f1d62d..537c159dc1 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);