From b9b1935e08a2561b5dae15ed0408646a079fc6b3 Mon Sep 17 00:00:00 2001 From: 8chan Date: Sun, 14 Dec 2014 03:28:04 -0800 Subject: [PATCH] Bug fix: Boards were always unindexed in search engines --- inc/functions.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inc/functions.php b/inc/functions.php index 93206d5f..dd02ce79 100755 --- a/inc/functions.php +++ b/inc/functions.php @@ -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