mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/12508] Add new line to separate the if and foreach better
PHPBB3-12508
This commit is contained in:
@@ -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 . '/';
|
||||
|
Reference in New Issue
Block a user