added hash_base system (base refs gets stored in the _SESSION)
[phpgitweb.git] / htdocs / pages / summary.class.php
index 0e3eae63ff62a39c88482c0da6f84f306bfef04a..09bdb4caf7836bc4a06e43b45d059208bb79dd83 100644 (file)
@@ -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');