mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 23:37:39 +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();
|
$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 . '/';
|
||||||
|
Reference in New Issue
Block a user