From 05aa819645ee18a63db7f5eeef723ea092b60750 Mon Sep 17 00:00:00 2001 From: vargenau Date: Wed, 21 Nov 2012 14:06:13 +0000 Subject: [PATCH] No argument for fixup_dynamic_configs git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@8516 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/IniConfig.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/IniConfig.php b/lib/IniConfig.php index 78ce347e8..81e999ca4 100644 --- a/lib/IniConfig.php +++ b/lib/IniConfig.php @@ -567,7 +567,7 @@ function IniConfig($file) save_dump($dump); } // store locale[] in config.php? This is too problematic. - fixup_dynamic_configs($file); // [100ms] + fixup_dynamic_configs(); // [100ms] } function _ignore_unknown_charset_warning(&$error) @@ -922,7 +922,7 @@ function fixup_static_configs($file) * Such as the language, and the virtual and server paths, which might be overridden * by startup scripts for wiki farms. */ -function fixup_dynamic_configs($file) +function fixup_dynamic_configs() { global $WikiNameRegexp; global $HTTP_SERVER_VARS, $DBParams, $LANG; -- 2.45.0