Fixing issue 85

Fixing old issue 68
Fixing old issue 45
This commit is contained in:
Nathan Adams
2014-12-27 19:33:57 -06:00
parent d0095cb454
commit cc6f2b2ca8
3 changed files with 16 additions and 1 deletions

View File

@@ -131,6 +131,7 @@ class IDF_Views_Source
'tags' => $tags,
'tags_in' => $in_tags,
'scm' => $scmConf,
'numcommits' => count($rchanges),
'full' => isset($_GET["full"]) ? true : false
),
$request);