mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/10586] Added space in if statement
PHPBB3-10586
This commit is contained in:
parent
56f75dbf93
commit
7c3ebcc3ff
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue