mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-09 19:26:53 +02:00
[ticket/15050] Remove extra whitespace
PHPBB3-15050
This commit is contained in:
@ -172,9 +172,9 @@ class diff_files extends task_base
|
|||||||
}
|
}
|
||||||
else
|
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));
|
$this->iohandler->add_error_message(array('FILE_DIFFER_ERROR_FILE_CANNOT_BE_READ', $files_to_diff));
|
||||||
unset($new_file_content );
|
unset($new_file_content );
|
||||||
|
Reference in New Issue
Block a user