[freeside-commits] branch FREESIDE_3_BRANCH updated. 88221aab94693778dcf8173ef2bc55946c95f710
Ivan
ivan at 420.am
Thu May 14 15:51:13 PDT 2015
The branch, FREESIDE_3_BRANCH has been updated
via 88221aab94693778dcf8173ef2bc55946c95f710 (commit)
from bc902905984f85eab84fee1bd9adfe98b022e660 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 88221aab94693778dcf8173ef2bc55946c95f710
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Sep 4 22:27:40 2013 -0700
from rt branch perl-5.18-compat, http://www.gossamer-threads.com/lists/rt/commit/117511
diff --git a/rt/lib/RT/Config.pm b/rt/lib/RT/Config.pm
index 07f4aaf..b97802f 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
-----------------------------------------------------------------------
Summary of changes:
rt/lib/RT/Config.pm | 1 +
1 file changed, 1 insertion(+)
More information about the freeside-commits
mailing list