mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12508] Add new line to separate the if and foreach better
PHPBB3-12508
This commit is contained in:
parent
fb3c6b94ae
commit
1e9492bcaa
1 changed files with 1 additions and 0 deletions
|
@ -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 . '/';
|
||||||
|
|
Loading…
Add table
Reference in a new issue