summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/comments
diff options
context:
space:
mode:
authorxue <>2006-06-10 11:28:30 +0000
committerxue <>2006-06-10 11:28:30 +0000
commitc6b4190fab88201f4efaa0d00a6aa823b180f482 (patch)
treee3be39a8eaefca800017dd866422b1039e1db77a /demos/quickstart/protected/comments
parent112d86bb08a1dd4bde14005f757c95b0fc7a5a21 (diff)
Merge from 3.0 branch till 1148.
Diffstat (limited to 'demos/quickstart/protected/comments')
-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)