mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/15311] Change service and method name
PHPBB3-15311
This commit is contained in:
@@ -164,7 +164,7 @@ abstract class base_extractor implements extractor_interface
|
||||
|
||||
if ($store === true)
|
||||
{
|
||||
$file = $this->temp->get_temp_dir() . '/' . $filename . $ext;
|
||||
$file = $this->temp->get_dir() . '/' . $filename . $ext;
|
||||
|
||||
$this->fp = $open($file, 'w');
|
||||
|
||||
|
Reference in New Issue
Block a user