Skip to content

Commit

Permalink
Item9715: bloody $. I hate perl.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@10088 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
CrawfordCurrie authored and CrawfordCurrie committed Nov 28, 2010
1 parent 8e2038e commit 04f571f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/lib/Foswiki/Store.pm
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ sub new {
my @evl =
map { $_->new() }
sort {
$Foswiki::cfg{Store}{Listeners}{a} <
$Foswiki::cfg{Store}{Listeners}{b} }
$Foswiki::cfg{Store}{Listeners}{$a} <=>
$Foswiki::cfg{Store}{Listeners}{$b} }
map { require $_ }
keys %{$Foswiki::cfg{Store}{Listeners}};

Expand Down

0 comments on commit 04f571f

Please sign in to comment.