X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Flib%2FRT%2FConfig.pm;fp=rt%2Flib%2FRT%2FConfig.pm;h=ee426bfa8459e6cf683115ebf6bdf867b7f3a8de;hb=9da190548d79840cbf04c1e2b65dff386ceb2963;hp=0c04b9191e922e8a776e72777da3d3a862f2f9f6;hpb=4c95e6a5b3afd7f00c33e3a4802da8fd59d80541;p=freeside.git diff --git a/rt/lib/RT/Config.pm b/rt/lib/RT/Config.pm index 0c04b9191..ee426bfa8 100644 --- a/rt/lib/RT/Config.pm +++ b/rt/lib/RT/Config.pm @@ -1231,6 +1231,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