projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e5512e
)
fix RT wackiness when loaded concurrently with Fcntl
author
ivan
<ivan>
Tue, 9 Feb 2010 03:37:06 +0000
(
03:37
+0000)
committer
ivan
<ivan>
Tue, 9 Feb 2010 03:37:06 +0000
(
03:37
+0000)
rt/lib/RT/Config.pm
patch
|
blob
|
history
diff --git
a/rt/lib/RT/Config.pm
b/rt/lib/RT/Config.pm
index
bec82c4
..
4e66c3c
100644
(file)
--- a/
rt/lib/RT/Config.pm
+++ b/
rt/lib/RT/Config.pm
@@
-821,7
+821,7
@@
sub SetFromConfig {
# XXX skip references to scalars or other references.
# Otherwie 5.10 goes boom. may be we should skip any
# reference
-
return
if ref($entry) eq 'SCALAR' || ref($entry) eq 'REF';
+
next
if ref($entry) eq 'SCALAR' || ref($entry) eq 'REF';
my $entry_ref = *{$entry}{ ref($ref) };
next unless $entry_ref;