mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Re-enabled fully dynamic config settings.
git-svn-id: file:///svn/phpbb/trunk@3361 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
*
|
||||
***************************************************************************/
|
||||
|
||||
function set_config($config_name, $config_value, $is_dynamic = TRUE)
|
||||
function set_config($config_name, $config_value, $is_dynamic = FALSE)
|
||||
{
|
||||
global $db, $cache, $config;
|
||||
|
||||
|
Reference in New Issue
Block a user