mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-16 16:28:53 +00:00
merge r10271 (late-late fix. :) But good someone at least noticed)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_6@10272 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
46a07c94ba
commit
7bf1e08a35
1 changed files with 1 additions and 1 deletions
|
@ -927,7 +927,7 @@ class install_update extends module
|
||||||
{
|
{
|
||||||
if (function_exists('phpbb_is_writable') && !phpbb_is_writable($phpbb_root_path . 'store/'))
|
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);
|
trigger_error(sprintf('The directory “%s” is not writable.', $phpbb_root_path . 'store/'), E_USER_ERROR);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($use_method == '.zip')
|
if ($use_method == '.zip')
|
||||||
|
|
Loading…
Add table
Reference in a new issue