X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Flib%2FRT%2FConfig.pm;h=b97802f7ae3e62dad886ae36a0199b7bdc39dd27;hp=07f4aafa8c4b18ba29e76cbfbf767f81e4665900;hb=88221aab94693778dcf8173ef2bc55946c95f710;hpb=bc902905984f85eab84fee1bd9adfe98b022e660 diff --git a/rt/lib/RT/Config.pm b/rt/lib/RT/Config.pm index 07f4aafa8..b97802f7a 100644 --- a/rt/lib/RT/Config.pm +++ b/rt/lib/RT/Config.pm @@ -1233,6 +1233,7 @@ sub SetFromConfig { $ref_type = 'SCALAR' if $ref_type eq 'REF'; my $entry_ref = *{$entry}{ $ref_type }; + next if ref $entry_ref && ref $entry_ref ne ref $ref; next unless $entry_ref; # if references are equal then we've found