X-Git-Url: http://git.pk910.de/?p=phpgitweb.git;a=blobdiff_plain;f=htdocs%2Fpages%2Fsummary.class.php;fp=htdocs%2Fpages%2Fsummary.class.php;h=09bdb4caf7836bc4a06e43b45d059208bb79dd83;hp=0e3eae63ff62a39c88482c0da6f84f306bfef04a;hb=b400fe63ce2c5db919a479101e8b261f479e8d0b;hpb=cdf14cc9d75eb1919d8730c33b2921a0112e5c23 diff --git a/htdocs/pages/summary.class.php b/htdocs/pages/summary.class.php index 0e3eae6..09bdb4c 100644 --- a/htdocs/pages/summary.class.php +++ b/htdocs/pages/summary.class.php @@ -28,6 +28,7 @@ class page_summary { $project['refs'] = $phpgitweb->get_project_loader()->getProjectRefs($project); $phpgitweb->append_header_nav("summary", null, true); $phpgitweb->append_title("summary"); + CommitLoader::parse(true); $this->page = new ContentProvider('summary', 'main');