mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-31 12:23:48 +01:00
Bug fix: Boards were always unindexed in search engines
This commit is contained in:
parent
d705606729
commit
b9b1935e08
@ -432,7 +432,8 @@ function setupBoard($array) {
|
||||
$board = array(
|
||||
'uri' => $array['uri'],
|
||||
'title' => $array['title'],
|
||||
'subtitle' => $array['subtitle']
|
||||
'subtitle' => $array['subtitle'],
|
||||
'indexed' => $array['indexed']
|
||||
);
|
||||
|
||||
// older versions
|
||||
|
Loading…
x
Reference in New Issue
Block a user