mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 02:06:32 +02:00
[ticket/15311] Change service and method name
PHPBB3-15311
This commit is contained in:
@@ -240,7 +240,7 @@ class upload
|
||||
{
|
||||
$source = $this->file->get('filename');
|
||||
$destination_name = 'thumb_' . $this->file->get('realname');
|
||||
$destination = $this->temp->get_temp_dir() . '/' . $destination_name;
|
||||
$destination = $this->temp->get_dir() . '/' . $destination_name;
|
||||
|
||||
if (create_thumbnail($source, $destination, $this->file->get('mimetype')))
|
||||
{
|
||||
|
Reference in New Issue
Block a user