From: <ru...@us...> - 2010-09-17 11:33:21
|
Revision: 7693 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7693&view=rev Author: rurban Date: 2010-09-17 11:33:14 +0000 (Fri, 17 Sep 2010) Log Message: ----------- avoid setup error Modified Paths: -------------- trunk/lib/IniConfig.php Modified: trunk/lib/IniConfig.php =================================================================== --- trunk/lib/IniConfig.php 2010-09-17 11:32:55 UTC (rev 7692) +++ trunk/lib/IniConfig.php 2010-09-17 11:33:14 UTC (rev 7693) @@ -125,6 +125,7 @@ if (!file_exists($file)) { // We need to DATA_PATH for configurator, or pass the posted values // somewhow to the script + $GLOBALS['charset'] = 'utf-8'; include_once(dirname(__FILE__)."/install.php"); run_install("_part1"); if (!defined("_PHPWIKI_INSTALL_RUNNING")) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |