1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

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
This commit is contained in:
Meik Sievertsen
2009-05-01 09:59:57 +00:00
parent e45bc987b4
commit 2e4174da2a
3 changed files with 9 additions and 2 deletions

View File

@@ -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);
}
/**