Skip to content

Commit

Permalink
Item303: emergency surgery; missing close bracket
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@967 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
CrawfordCurrie authored and CrawfordCurrie committed Nov 26, 2008
1 parent 534f966 commit 1cbd01f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TWikiCompatibilityPlugin/lib/TWiki/Func.pm
Expand Up @@ -88,12 +88,12 @@ sub expandTemplate { Foswiki::Func::expandTemplate(@_) }
sub writeHeader {
my ($query, $length) = @_;
if ($query && $query != $TWiki::Plugins::SESSION->{response}) {
$Foswiki::Plugins::SESSION->writeWarning(join(' ', caller).<<MESS;
$Foswiki::Plugins::SESSION->writeWarning(join(' ', caller).<<MESS);
called TWiki::Func::writeHeader called with a query parameter that does not match the current query. This could result in unpredictable behaviour.
MESS
}
if ($length) {
$Foswiki::Plugins::SESSION->writeWarning(join(' ', caller).<<MESS;
$Foswiki::Plugins::SESSION->writeWarning(join(' ', caller).<<MESS);
called TWiki::Func::writeHeader with a length parameter. This parameter is deprecated, and will be ignored.
MESS
}
Expand Down

0 comments on commit 1cbd01f

Please sign in to comment.