X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Flib%2FRT%2FSharedSettings.pm;h=962364542727a68e188c0a3eabe74ac70ac51ae3;hb=716f9a57dc05e2b1edac20fe7869efb5ba9a886b;hp=30c6b13685cd434387a6047a1094022144e4038d;hpb=d05d7346bb2387fd9d0354923d577275c5c7f019;p=freeside.git diff --git a/rt/lib/RT/SharedSettings.pm b/rt/lib/RT/SharedSettings.pm index 30c6b1368..962364542 100644 --- a/rt/lib/RT/SharedSettings.pm +++ b/rt/lib/RT/SharedSettings.pm @@ -67,12 +67,12 @@ package RT::SharedSettings; -use RT::SharedSetting; - use strict; use warnings; use base 'RT::Base'; +use RT::SharedSetting; + sub new { my $proto = shift; my $class = ref($proto) || $proto;