mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/13454] Remove unused variables
Part 4 PHPBB3-13454
This commit is contained in:
@@ -720,7 +720,6 @@ class diff_renderer_side_by_side extends diff_renderer
|
||||
if (!empty($current_context))
|
||||
{
|
||||
$line = $current_context;
|
||||
$current_context = '';
|
||||
|
||||
$output .= '<tr class="unmodified"><td><pre>' . ((strlen($line)) ? $line : ' ') . '<br /></pre></td>';
|
||||
$output .= '<td><pre>' . ((strlen($line)) ? $line : ' ') . '<br /></pre></td></tr>';
|
||||
|
Reference in New Issue
Block a user