X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Flib%2FRT%2FSharedSettings.pm;h=1af114f4ac0630d38f0bdb40ed4e752b92690bbd;hb=70e31cdfd01949235897035ad818e9a7b2d0c958;hp=30c6b13685cd434387a6047a1094022144e4038d;hpb=919e930aa9279b3c5cd12b593889cd6de79d67bf;p=freeside.git diff --git a/rt/lib/RT/SharedSettings.pm b/rt/lib/RT/SharedSettings.pm index 30c6b1368..1af114f4a 100644 --- a/rt/lib/RT/SharedSettings.pm +++ b/rt/lib/RT/SharedSettings.pm @@ -2,7 +2,7 @@ # # COPYRIGHT: # -# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC +# This software is Copyright (c) 1996-2017 Best Practical Solutions, LLC # # # (Except where explicitly superseded by other copyright notices) @@ -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;