mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
[ticket/15253] Remove delete dir method
PHPBB3-15253
This commit is contained in:
@@ -59,9 +59,4 @@ class storage
|
|||||||
{
|
{
|
||||||
$this->adapter->create_dir($path);
|
$this->adapter->create_dir($path);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function delete_dir($path)
|
|
||||||
{
|
|
||||||
$this->adapter->delete_dir($path);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user