diff --git a/phpBB/phpbb/finder.php b/phpBB/phpbb/finder.php index 77a8222b84..f1c0c424a6 100644 --- a/phpBB/phpbb/finder.php +++ b/phpBB/phpbb/finder.php @@ -90,6 +90,7 @@ class finder { $this->extensions = array(); } + foreach ($extensions as $ext_name) { $this->extensions[$ext_name] = $this->phpbb_root_path . 'ext/' . $ext_name . '/';