mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
Merge pull request #3599 from marc1706/ticket/13825
[ticket/13825] Correctly call phpbb_filesystem in create_thumbnail
This commit is contained in:
@@ -822,7 +822,7 @@ function create_thumbnail($source, $destination, $mimetype)
|
|||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
$this->filesystem->phpbb_chmod($destination, CHMOD_READ | CHMOD_WRITE);
|
$phpbb_filesystem->phpbb_chmod($destination, CHMOD_READ | CHMOD_WRITE);
|
||||||
}
|
}
|
||||||
catch (\phpbb\filesystem\exception\filesystem_exception $e)
|
catch (\phpbb\filesystem\exception\filesystem_exception $e)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user