mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-19 17:28:41 +01:00
Search page fix
This commit is contained in:
parent
03dea2173e
commit
7f56103958
@ -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']);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user