[Rt-commit] r18194 - in rt/3.999/branches/merge_to_3.8.2: .
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Wed Feb 4 13:35:32 EST 2009
Author: sunnavy
Date: Wed Feb 4 13:35:31 2009
New Revision: 18194
Modified:
rt/3.999/branches/merge_to_3.8.2/ (props changed)
rt/3.999/branches/merge_to_3.8.2/lib/RT/ScripAction.pm
Log:
r19544 at sunnavys-mb: sunnavy | 2009-02-05 01:10:38 +0800
clean for lib/RT/ScripAction.pm
Modified: rt/3.999/branches/merge_to_3.8.2/lib/RT/ScripAction.pm
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/lib/RT/ScripAction.pm (original)
+++ rt/3.999/branches/merge_to_3.8.2/lib/RT/ScripAction.pm Wed Feb 4 13:35:31 2009
@@ -196,14 +196,9 @@
# oddly circular
$self->{'scrip_action_obj'} = undef;
$self->{'scrip_obj'} = undef;
- $self->{'template_obj'} = undef $self->{'ticket_obj'} = undef;
+ $self->{'template_obj'} = undef;
+ $self->{'ticket_obj'} = undef;
$self->{'transaction_obj'} = undef;
}
-
-eval "require RT::ScripAction_Vendor";
-die $@ if ( $@ && $@ !~ qr{^Can't locate RT/Action_Vendor.pm} );
-eval "require RT::ScripAction_Local";
-die $@ if ( $@ && $@ !~ qr{^Can't locate RT/Action_Local.pm} );
-
1;
More information about the Rt-commit
mailing list