forked from GithubBackups/vichan
Search page fix
This commit is contained in:
parent
4142362046
commit
5fb4812458
@ -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']);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user