mirror of
https://github.com/phpbb/phpbb.git
synced 2025-09-02 12:53:37 +02:00
[ticket/16955] Update namespace for iterators to finder
PHPBB3-16955
This commit is contained in:
@@ -486,7 +486,7 @@ class finder
|
||||
|
||||
if (is_dir($path))
|
||||
{
|
||||
$iterator = new \phpbb\iterator\recursive_path_iterator(
|
||||
$iterator = new \phpbb\finder\recursive_path_iterator(
|
||||
$path,
|
||||
\RecursiveIteratorIterator::SELF_FIRST
|
||||
);
|
||||
|
Reference in New Issue
Block a user