aboutsummaryrefslogtreecommitdiffstats
path: root/comments.php
diff options
context:
space:
mode:
Diffstat (limited to 'comments.php')
-rw-r--r--comments.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/comments.php b/comments.php
index 0a2fcd755..144149e05 100644
--- a/comments.php
+++ b/comments.php
@@ -232,7 +232,7 @@ if (defined('IN_ADMIN'))
else
{
$template->assign_block_vars('title',array());
- $template->pparse('comments');
+ $template->parse('comments');
include(PHPWG_ROOT_PATH.'include/page_tail.php');
}
?>