X-Git-Url: http://git.pk910.de/?p=phpgitweb.git;a=blobdiff_plain;f=htdocs%2Fpages%2Fcommitdiff.class.php;fp=htdocs%2Fpages%2Fcommitdiff.class.php;h=e8bb17f6999a3918434312ec41830b970950da0a;hp=096385c18b5f5aa8d62e111b73a2a39ea477ab98;hb=5a1b314c0a0ab8ed9be7b857c7996d8a3f87e7ed;hpb=780b7fde2894a42749ac292fa3d180147afeff1a diff --git a/htdocs/pages/commitdiff.class.php b/htdocs/pages/commitdiff.class.php index 096385c..e8bb17f 100644 --- a/htdocs/pages/commitdiff.class.php +++ b/htdocs/pages/commitdiff.class.php @@ -82,7 +82,7 @@ class page_commitdiff { $difftree->push_difftree_data($diff_data['tree']); $this->page->set('difftree', $difftree->generate_difftree($project, $commit, true)); - + $this->page->set('patchset', diff::generate_html($commit, $diff_data)); return $this->page; }