diff options
Diffstat (limited to 'demos')
-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; |