diff options
author | wei <> | 2006-06-01 11:38:24 +0000 |
---|---|---|
committer | wei <> | 2006-06-01 11:38:24 +0000 |
commit | c6a44b363bdcd6828420ea490a4000f5fc02bbcc (patch) | |
tree | 486c368b4e09a541ad654795f6f4b70261049e4a | |
parent | 898df94eb413f0a4b04af117948e05e9739715d3 (diff) |
No comments in search.
-rw-r--r-- | demos/quickstart/protected/comments/CommentList.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/quickstart/protected/comments/CommentList.php b/demos/quickstart/protected/comments/CommentList.php index d44c3e55..4328991f 100644 --- a/demos/quickstart/protected/comments/CommentList.php +++ b/demos/quickstart/protected/comments/CommentList.php @@ -15,6 +15,7 @@ class CommentList extends TTemplateControl private $_exclude = array( 'Comments', 'Markdown', + 'Search', 'GettingStarted.Introduction'); private $_quickstart; |