X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Flib%2FRT%2FCondition%2FQueueChange.pm;h=69eea18d8f403a75479a234424cc6cfcb2b6779c;hb=f3c4966ed1f6ec3db7accd6dcdd3a5a3821d72a7;hp=4764893a2c4be799c389839394a5e81aa3f6f8cd;hpb=fc6209f398899f0211cfcedeb81a3cd65e04a941;p=freeside.git diff --git a/rt/lib/RT/Condition/QueueChange.pm b/rt/lib/RT/Condition/QueueChange.pm index 4764893a2..69eea18d8 100644 --- a/rt/lib/RT/Condition/QueueChange.pm +++ b/rt/lib/RT/Condition/QueueChange.pm @@ -2,7 +2,7 @@ # # COPYRIGHT: # -# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC +# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC # # # (Except where explicitly superseded by other copyright notices) @@ -66,10 +66,7 @@ sub IsApplicable { } } -eval "require RT::Condition::QueueChange_Vendor"; -die $@ if ($@ && $@ !~ qr{^Can't locate RT/Condition/QueueChange_Vendor.pm}); -eval "require RT::Condition::QueueChange_Local"; -die $@ if ($@ && $@ !~ qr{^Can't locate RT/Condition/QueueChange_Local.pm}); +RT::Base->_ImportOverlays(); 1;