1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-08 16:45:19 +02:00
git-svn-id: file:///svn/phpbb/trunk@6699 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2006-12-02 13:43:21 +00:00
parent 7ad986c37e
commit fbe0c22293

View File

@ -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)
{