From: Andreas F. <ba...@ph...> - 2009-11-15 22:30:58
|
Author: bantu Date: Sun Nov 15 22:30:07 2009 New Revision: 10271 Log: Fix Bug #53965, Regression introduced in r9768 - Hardcode language for the time being. Modified: branches/phpBB-3_0_0/phpBB/install/install_update.php Modified: branches/phpBB-3_0_0/phpBB/install/install_update.php ============================================================================== *** branches/phpBB-3_0_0/phpBB/install/install_update.php (original) --- branches/phpBB-3_0_0/phpBB/install/install_update.php Sun Nov 15 22:30:07 2009 *************** *** 927,933 **** { if (function_exists('phpbb_is_writable') && !phpbb_is_writable($phpbb_root_path . 'store/')) { ! trigger_error(sprintf($user->lang['DIRECTORY_NOT_WRITABLE'], $phpbb_root_path . 'store/'), E_USER_ERROR); } if ($use_method == '.zip') --- 927,933 ---- { if (function_exists('phpbb_is_writable') && !phpbb_is_writable($phpbb_root_path . 'store/')) { ! trigger_error(sprintf('The directory â%sâ is not writable.', $phpbb_root_path . 'store/'), E_USER_ERROR); } if ($use_method == '.zip') |