[Rt-commit] r12004 - rt/branches/3.8-TESTING/lib/RT
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Thu May 1 23:19:35 EDT 2008
Author: sunnavy
Date: Thu May 1 23:19:35 2008
New Revision: 12004
Modified:
rt/branches/3.8-TESTING/lib/RT/Config.pm
Log:
first arg of PostLoadCheck is $self
Modified: rt/branches/3.8-TESTING/lib/RT/Config.pm
==============================================================================
--- rt/branches/3.8-TESTING/lib/RT/Config.pm (original)
+++ rt/branches/3.8-TESTING/lib/RT/Config.pm Thu May 1 23:19:35 2008
@@ -167,6 +167,7 @@
DisableGraphViz => {
Type => 'SCALAR',
PostLoadCheck => sub {
+ my $self = shift;
my $value = shift;
return if $value;
return if $INC{'GraphViz'};
More information about the Rt-commit
mailing list