Removed extra showScript() call at the bottom of the document. 0.8.x

is using <head> for scripts whereas 0.9.x puts it before </body>. This
also fixes the duplicate posts
This commit is contained in:
Sarven Capadisli 2009-11-12 10:37:43 +00:00
parent c28b9ce31a
commit 3752c1fdce

View File

@ -230,7 +230,6 @@ class RealtimePlugin extends Plugin
}
$action->showContentBlock();
$action->showScripts();
$action->elementEnd('body');
return false; // No default processing
}