From 7f561039587792c420da086d137109c32910ea3a Mon Sep 17 00:00:00 2001 From: 8chan Date: Wed, 23 Apr 2014 21:59:41 +0000 Subject: [PATCH] Search page fix --- templates/themes/catalog/theme.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/templates/themes/catalog/theme.php b/templates/themes/catalog/theme.php index fd293f27..77fb7fd9 100644 --- a/templates/themes/catalog/theme.php +++ b/templates/themes/catalog/theme.php @@ -12,10 +12,7 @@ // - post-thread (a thread has been made) if ($settings['all']) { - $_boards = listBoards(); - $boards = array(); - foreach ($_boards as $i => $b) - $boards[] = $b['uri']; + $boards = listBoards(TRUE); } else { $boards = explode(' ', $settings['boards']); }