mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27: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)
|
protected function ensure_directory_exists($path)
|
||||||
{
|
{
|
||||||
$path = dirname($this->root_path . $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))
|
if (!$this->exists($path))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user