mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-21 09:01:29 +02:00
[ticket/10586] Added space in if statement
PHPBB3-10586
This commit is contained in:
@@ -58,7 +58,7 @@ class phpbb_functional_extension_controller_test extends phpbb_functional_test_c
|
||||
|
||||
foreach ($fixtures as $fixture)
|
||||
{
|
||||
if(!copy("tests/functional/fixtures/ext/$fixture", "{$phpbb_root_path}ext/$fixture"))
|
||||
if (!copy("tests/functional/fixtures/ext/$fixture", "{$phpbb_root_path}ext/$fixture"))
|
||||
{
|
||||
echo 'Could not copy file ' . $fixture;
|
||||
}
|
||||
|
Reference in New Issue
Block a user