mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
fix
git-svn-id: file:///svn/phpbb/trunk@6699 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
7ad986c37e
commit
fbe0c22293
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ class diff_renderer
|
|||
$ntrail = $this->_trailing_context_lines;
|
||||
|
||||
$output = $this->_start_diff();
|
||||
$diffs = &$diff->get_diff();
|
||||
$diffs = $diff->get_diff();
|
||||
|
||||
foreach ($diffs as $i => $edit)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue