1
0
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:
8chan 2014-12-14 03:28:04 -08:00
parent d705606729
commit b9b1935e08

View File

@ -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