aboutsummaryrefslogtreecommitdiffstats
path: root/core/include/search/main.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/include/search/main.php')
-rw-r--r--core/include/search/main.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/include/search/main.php b/core/include/search/main.php
index c15be17..6bc6bdc 100644
--- a/core/include/search/main.php
+++ b/core/include/search/main.php
@@ -41,7 +41,6 @@ if(isset($postIDs) AND !empty($postIDs)) {
try {
$Post = Post\Factory::build($postID);
$User = User\Factory::build($Post->get('user'));
-
$templates[] = generatePostItemTemplate($Post, $User);
}
catch(Post\Exception $Exception){}