[ticket/12508] Add new line to separate the if and foreach better

PHPBB3-12508
This commit is contained in:
Joas Schilling 2014-05-10 15:14:50 +02:00
parent fb3c6b94ae
commit 1e9492bcaa

View file

@ -90,6 +90,7 @@ class finder
{ {
$this->extensions = array(); $this->extensions = array();
} }
foreach ($extensions as $ext_name) foreach ($extensions as $ext_name)
{ {
$this->extensions[$ext_name] = $this->phpbb_root_path . 'ext/' . $ext_name . '/'; $this->extensions[$ext_name] = $this->phpbb_root_path . 'ext/' . $ext_name . '/';