aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_search.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-05-01 09:59:57 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-05-01 09:59:57 +0000
commit2e4174da2a6789aa0125ba214588deaa4c635d0f (patch)
treeb8225bd339e52dab782905788241969061afa9b5 /phpBB/includes/acp/acp_search.php
parente45bc987b442860efcda98b04134c5da5d9560d0 (diff)
downloadforums-2e4174da2a6789aa0125ba214588deaa4c635d0f.tar
forums-2e4174da2a6789aa0125ba214588deaa4c635d0f.tar.gz
forums-2e4174da2a6789aa0125ba214588deaa4c635d0f.tar.bz2
forums-2e4174da2a6789aa0125ba214588deaa4c635d0f.tar.xz
forums-2e4174da2a6789aa0125ba214588deaa4c635d0f.zip
make search_indexing_state dynamic. This is related to bug #44535 - although i think we only fix the symptoms and not the cause.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9502 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/acp/acp_search.php')
-rw-r--r--phpBB/includes/acp/acp_search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_search.php b/phpBB/includes/acp/acp_search.php
index 66edbd44ae..930c8d2a26 100644
--- a/phpBB/includes/acp/acp_search.php
+++ b/phpBB/includes/acp/acp_search.php
@@ -593,7 +593,7 @@ class acp_search
ksort($this->state);
- set_config('search_indexing_state', implode(',', $this->state));
+ set_config('search_indexing_state', implode(',', $this->state), true);
}
/**