mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 19:40:23 +02:00
fix
git-svn-id: file:///svn/phpbb/trunk@6699 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -111,7 +111,7 @@ class diff_renderer
|
|||||||
$ntrail = $this->_trailing_context_lines;
|
$ntrail = $this->_trailing_context_lines;
|
||||||
|
|
||||||
$output = $this->_start_diff();
|
$output = $this->_start_diff();
|
||||||
$diffs = &$diff->get_diff();
|
$diffs = $diff->get_diff();
|
||||||
|
|
||||||
foreach ($diffs as $i => $edit)
|
foreach ($diffs as $i => $edit)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user