mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/15287] Fix variable name
PHPBB3-15287
This commit is contained in:
@@ -188,7 +188,7 @@ class local implements adapter_interface
|
||||
protected function ensure_directory_exists($path)
|
||||
{
|
||||
$path = dirname($this->root_path . $path);
|
||||
$path = filesystem_helper::make_path_relative($directory, $this->root_path);
|
||||
$path = filesystem_helper::make_path_relative($path, $this->root_path);
|
||||
|
||||
if (!$this->exists($path))
|
||||
{
|
||||
|
Reference in New Issue
Block a user