Skip to content

Commit

Permalink
Item9769: syncing with foswiki/trunk
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/branches/Release01x01@9440 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed Sep 30, 2010
1 parent 325b6c5 commit b1b08ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/lib/Foswiki.pm
Expand Up @@ -155,7 +155,7 @@ BEGIN {
}
}
else {
$Error::Debug = 0; # no verbose stack traces
$Error::Debug = 0; # no verbose stack traces
}

# DO NOT CHANGE THE FORMAT OF $VERSION
Expand Down Expand Up @@ -359,6 +359,7 @@ BEGIN {
$macros{STATISTICSTOPIC} = sub { $Foswiki::cfg{Stats}{TopicName} };
$macros{SYSTEMWEB} = sub { $Foswiki::cfg{SystemWebName} };
$macros{TRASHWEB} = sub { $Foswiki::cfg{TrashWebName} };
$macros{SANDBOXWEB} = sub { $Foswiki::cfg{SandboxWebName} };
$macros{WIKIADMINLOGIN} = sub { $Foswiki::cfg{AdminUserLogin} };
$macros{USERSWEB} = sub { $Foswiki::cfg{UsersWebName} };
$macros{WEBPREFSTOPIC} = sub { $Foswiki::cfg{WebPrefsTopicName} };
Expand Down Expand Up @@ -3442,7 +3443,6 @@ sub _renderZone {
$line =~ s/\$item\b/$text/g;
$line =~ s/\$id\b/$id/g;
$line =~ s/\$zone\b/$item->{zone}/g;
$line = expandStandardEscapes($line);
push @result, $line if $line;
}
my $result =
Expand Down

0 comments on commit b1b08ea

Please sign in to comment.