mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().
includes/functions_convert.php and install/install_convert.php tested by Dicky. PHPBB3-9519
This commit is contained in:
@@ -835,7 +835,7 @@ class install_convert extends module
|
||||
$this->p_master->error($user->lang['DEV_NO_TEST_FILE'], __LINE__, __FILE__);
|
||||
}
|
||||
|
||||
if (!$local_path || !@is_writable($phpbb_root_path . $local_path))
|
||||
if (!$local_path || !phpbb_is_writable($phpbb_root_path . $local_path))
|
||||
{
|
||||
if (!$local_path)
|
||||
{
|
||||
|
Reference in New Issue
Block a user