summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/comments/CommentList.php
diff options
context:
space:
mode:
Diffstat (limited to 'demos/quickstart/protected/comments/CommentList.php')
-rw-r--r--demos/quickstart/protected/comments/CommentList.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/quickstart/protected/comments/CommentList.php b/demos/quickstart/protected/comments/CommentList.php
index 4328991f..3bfb7239 100644
--- a/demos/quickstart/protected/comments/CommentList.php
+++ b/demos/quickstart/protected/comments/CommentList.php
@@ -43,7 +43,6 @@ class CommentList extends TTemplateControl
$this->_quickstart->addNewComment($page,
$this->email->getText(), $this->content->getText());
$this->multiView1->setActiveViewIndex(1);
- $this->listComments($page);
}
public function setVisible($value)