aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/phpbb/finder.php1
1 files changed, 1 insertions, 0 deletions
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 . '/';