Skip to content

Commit

Permalink
Item11331: Forgot to init the ready flag...
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/branches/Release01x01@13314 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
PaulHarvey authored and PaulHarvey committed Dec 5, 2011
1 parent 267830f commit 2313da1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TablePlugin/lib/Foswiki/Plugins/TablePlugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ sub initPlugin {
return 0 unless $cgi;

$initialised = 0;
$readyForHandler = 0;
$writtenToHead = 0;
%pluginAttributes = ();

Expand Down

0 comments on commit 2313da1

Please sign in to comment.