[freeside-commits] branch master updated. 9da190548d79840cbf04c1e2b65dff386ceb2963

Ivan ivan at 420.am
Wed Sep 4 22:27:42 PDT 2013


The branch, master has been updated
       via  9da190548d79840cbf04c1e2b65dff386ceb2963 (commit)
      from  4c95e6a5b3afd7f00c33e3a4802da8fd59d80541 (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 9da190548d79840cbf04c1e2b65dff386ceb2963
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 0c04b91..ee426bf 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

-----------------------------------------------------------------------

Summary of changes:
 rt/lib/RT/Config.pm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)




More information about the freeside-commits mailing list