mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-22 08:13:14 +02:00
[ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().
acm_memory.php is untested. install/install_convert.php and includes/functions_convert.php are going to be tested and committed afterwards. PHPBB3-9519
This commit is contained in:
@@ -1222,7 +1222,7 @@ class acp_attachments
|
||||
return;
|
||||
}
|
||||
|
||||
if (!is_writable($phpbb_root_path . $upload_dir))
|
||||
if (!phpbb_is_writable($phpbb_root_path . $upload_dir))
|
||||
{
|
||||
$error[] = sprintf($user->lang['NO_WRITE_UPLOAD'], $upload_dir);
|
||||
return;
|
||||
|
Reference in New Issue
Block a user