mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-08 08:35:31 +02:00
fix
git-svn-id: file:///svn/phpbb/trunk@6699 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
7ad986c37e
commit
fbe0c22293
@ -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…
x
Reference in New Issue
Block a user