From 1e9492bcaafc53bd2ed72c04ee2b1a2be794c987 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sat, 10 May 2014 15:14:50 +0200 Subject: [ticket/12508] Add new line to separate the if and foreach better PHPBB3-12508 --- phpBB/phpbb/finder.php | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/phpbb/finder.php') 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 . '/'; -- cgit v1.2.1