summaryrefslogtreecommitdiff
path: root/search.php
diff options
context:
space:
mode:
Diffstat (limited to 'search.php')
-rw-r--r--search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/search.php b/search.php
index 1357d55..00555df 100644
--- a/search.php
+++ b/search.php
@@ -47,7 +47,7 @@
foreach ($posts as $post) {
echo '<h4>From ' . $post->thread->subject . '</h4>';
- $post->display_content();
+ $post->display_content($dbc);
}
break;
case 'user':