* Modify test case.

This commit is contained in:
caoyanyi
2022-02-14 15:19:07 +08:00
parent bc643436ab
commit 7fc3b6d4e9
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -610,7 +610,7 @@ class gitlabModel extends model
{
$url .= '&owned=true';
}
elseif(!empty($minRole))
elseif(!empty($minRole) and isset($this->config->gitlab->accessLevel[$minRole]))
{
$url .= '&min_access_level=' . $this->config->gitlab->accessLevel[$minRole];
}