[Rt-commit] rt branch, 4.0/crontool-loc, created. rt-4.0.10-45-gcea8442
Alex Vandiver
alexmv at bestpractical.com
Thu Feb 21 11:42:01 EST 2013
The branch, 4.0/crontool-loc has been created
at cea84427f7ef61ccd57bec2d428319a9565c617b (commit)
- Log -----------------------------------------------------------------
commit cea84427f7ef61ccd57bec2d428319a9565c617b
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Thu Feb 21 11:41:05 2013 -0500
Add back 'loc' to import list in rt-crontool
00c64f5 mistakenly removed both sources of 'loc' (the import and
explicit subroutine), leaving an un-working rt-crontool. Restore the
'loc' import from RT::Interface::CLI.
Reported by Lars Bräuer <lb at mpexnet.de>.
diff --git a/bin/rt-crontool.in b/bin/rt-crontool.in
index d20d0bc..5498da7 100644
--- a/bin/rt-crontool.in
+++ b/bin/rt-crontool.in
@@ -79,7 +79,7 @@ use RT;
use Getopt::Long;
-use RT::Interface::CLI qw(CleanEnv GetCurrentUser GetMessageContent);
+use RT::Interface::CLI qw(CleanEnv GetCurrentUser GetMessageContent loc);
#Clean out all the nasties from the environment
CleanEnv();
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list