mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/16955] Update namespace for iterators to finder
PHPBB3-16955
This commit is contained in:
@@ -380,7 +380,7 @@ class manager
|
||||
return $available;
|
||||
}
|
||||
|
||||
$iterator = new \phpbb\iterator\recursive_path_iterator(
|
||||
$iterator = new \phpbb\finder\recursive_path_iterator(
|
||||
$this->phpbb_root_path . 'ext/',
|
||||
\RecursiveIteratorIterator::SELF_FIRST,
|
||||
\FilesystemIterator::NEW_CURRENT_AND_KEY | \FilesystemIterator::FOLLOW_SYMLINKS
|
||||
|
Reference in New Issue
Block a user