mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/15050] Remove extra whitespace
PHPBB3-15050
This commit is contained in:
parent
f66594bf93
commit
b5ed02d03c
1 changed files with 2 additions and 2 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Reference in a new issue