1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-24 01:20:40 +01:00

[ticket/15050] Remove extra whitespace

PHPBB3-15050
This commit is contained in:
Marc Alexander 2017-01-27 08:40:35 +01:00 committed by GitHub
parent f66594bf93
commit b5ed02d03c

View File

@ -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 );