diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-05-10 15:14:50 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-06-10 11:47:42 +0200 |
commit | 1e9492bcaafc53bd2ed72c04ee2b1a2be794c987 (patch) | |
tree | 3445c595399a558ce919eda16665391df740360d /phpBB | |
parent | fb3c6b94aeaf77b40e815c65e0982f38aebd7384 (diff) | |
download | forums-1e9492bcaafc53bd2ed72c04ee2b1a2be794c987.tar forums-1e9492bcaafc53bd2ed72c04ee2b1a2be794c987.tar.gz forums-1e9492bcaafc53bd2ed72c04ee2b1a2be794c987.tar.bz2 forums-1e9492bcaafc53bd2ed72c04ee2b1a2be794c987.tar.xz forums-1e9492bcaafc53bd2ed72c04ee2b1a2be794c987.zip |
[ticket/12508] Add new line to separate the if and foreach better
PHPBB3-12508
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/phpbb/finder.php | 1 |
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 . '/'; |