diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-01-27 08:40:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-27 08:40:35 +0100 |
commit | b5ed02d03c2a28e01e68c9f52fc9044fae2de05c (patch) | |
tree | 744461e1121930ba6c8af3d06d057de160955895 | |
parent | f66594bf93ca2604be73ef094555af571a55ea9b (diff) | |
download | forums-b5ed02d03c2a28e01e68c9f52fc9044fae2de05c.tar forums-b5ed02d03c2a28e01e68c9f52fc9044fae2de05c.tar.gz forums-b5ed02d03c2a28e01e68c9f52fc9044fae2de05c.tar.bz2 forums-b5ed02d03c2a28e01e68c9f52fc9044fae2de05c.tar.xz forums-b5ed02d03c2a28e01e68c9f52fc9044fae2de05c.zip |
[ticket/15050] Remove extra whitespace
PHPBB3-15050
-rw-r--r-- | phpBB/phpbb/install/module/update_filesystem/task/diff_files.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/install/module/update_filesystem/task/diff_files.php b/phpBB/phpbb/install/module/update_filesystem/task/diff_files.php index 0c3658bd44..1792a3b723 100644 --- a/phpBB/phpbb/install/module/update_filesystem/task/diff_files.php +++ b/phpBB/phpbb/install/module/update_filesystem/task/diff_files.php @@ -172,9 +172,9 @@ class diff_files extends task_base } else { - $new_file_content = file_get_contents($new_path . $filename); + $new_file_content = file_get_contents($new_path . $filename); - if ($new_file_content === false) + if ($new_file_content === false) { $this->iohandler->add_error_message(array('FILE_DIFFER_ERROR_FILE_CANNOT_BE_READ', $files_to_diff)); unset($new_file_content ); |