From: <var...@us...> - 2012-11-21 14:06:19
|
Revision: 8516 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8516&view=rev Author: vargenau Date: 2012-11-21 14:06:13 +0000 (Wed, 21 Nov 2012) Log Message: ----------- No argument for fixup_dynamic_configs Modified Paths: -------------- trunk/lib/IniConfig.php Modified: trunk/lib/IniConfig.php =================================================================== --- trunk/lib/IniConfig.php 2012-11-21 13:38:10 UTC (rev 8515) +++ trunk/lib/IniConfig.php 2012-11-21 14:06:13 UTC (rev 8516) @@ -567,7 +567,7 @@ 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 @@ * 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; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |