mirror of
https://github.com/phpbb/phpbb.git
synced 2025-09-15 18:42:15 +02:00
By default RecursiveIteratorIterator skips all directories. This results in extension manager not finding any extensions. Add RecursiveIteratorIterator::SELF_FIRST to correct this. PHPBB3-10614