X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Flib%2FRT%2FSharedSettings.pm;h=095256494145a995c94c866340d4280e66b608f8;hp=30c6b13685cd434387a6047a1094022144e4038d;hb=187086c479a09629b7d180eec513fb7657f4e291;hpb=919e930aa9279b3c5cd12b593889cd6de79d67bf diff --git a/rt/lib/RT/SharedSettings.pm b/rt/lib/RT/SharedSettings.pm index 30c6b1368..095256494 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-2018 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;