parse commit coments actions on log level and save

This commit is contained in:
aaronchen2k
2020-02-01 16:29:07 +08:00
parent a565b96d88
commit 01a282a40c
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ class git extends control
$path = helper::safe64Decode($path);
if(common::hasPriv('repo', 'view'))
{
$repos = $this->loadModel('repo')->getAllRepos();
$repos = $this->loadModel('repo')->listAll();
foreach($repos as $repo)
{
if($repo->SCM != 'Git') continue;