1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-12 09:13:07 +01:00

Bug fix: Boards were always unindexed in search engines

This commit is contained in:
8chan 2014-12-14 03:28:04 -08:00
parent d705606729
commit b9b1935e08

View File

@ -432,7 +432,8 @@ function setupBoard($array) {
$board = array( $board = array(
'uri' => $array['uri'], 'uri' => $array['uri'],
'title' => $array['title'], 'title' => $array['title'],
'subtitle' => $array['subtitle'] 'subtitle' => $array['subtitle'],
'indexed' => $array['indexed']
); );
// older versions // older versions