1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-20 01:32:47 +01:00

Search page fix

This commit is contained in:
8chan 2014-04-23 21:59:41 +00:00
parent 03dea2173e
commit 7f56103958

View File

@ -12,10 +12,7 @@
// - post-thread (a thread has been made) // - post-thread (a thread has been made)
if ($settings['all']) { if ($settings['all']) {
$_boards = listBoards(); $boards = listBoards(TRUE);
$boards = array();
foreach ($_boards as $i => $b)
$boards[] = $b['uri'];
} else { } else {
$boards = explode(' ', $settings['boards']); $boards = explode(' ', $settings['boards']);
} }