[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.7-311-g294f77d
Ruslan Zakirov
ruz at bestpractical.com
Wed Mar 31 17:17:39 EDT 2010
The branch, 3.8-trunk has been updated
via 294f77da3dd9290387537646d5bbe77ae1fc1221 (commit)
from d9f271fd31124b4a6bf24500463cec1ab20269b0 (commit)
Summary of changes:
lib/RT/Interface/Web/Request.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 294f77da3dd9290387537646d5bbe77ae1fc1221
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date: Thu Apr 1 01:17:39 2010 +0400
fix compilation error
diff --git a/lib/RT/Interface/Web/Request.pm b/lib/RT/Interface/Web/Request.pm
index 4107ca2..ba626a0 100644
--- a/lib/RT/Interface/Web/Request.pm
+++ b/lib/RT/Interface/Web/Request.pm
@@ -164,7 +164,7 @@ sub callback {
# Skip backup files, files without a leading package name,
# and files we've already seen
grep !$seen{$_}++ && !m{/\.} && !m{~$} && m{^/Callbacks/[^/]+\Q$page/$name\E$},
- map sort $self->interp->resolver->glob_path($path, $_),
+ map { sort $self->interp->resolver->glob_path($path, $_) }
@roots
);
foreach my $comp (keys %seen) {
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list