This commit is contained in:
zhaoke
2023-09-04 14:49:31 +08:00
parent 96b899b527
commit d3efb72912
+1 -1
View File
@@ -1018,7 +1018,7 @@ class gitlabModel extends model
* @access public
* @return object
*/
public function apiGetSingleProject($gitlabID, $projectID, $useUser = false)
public function apiGetSingleProject($gitlabID, $projectID, $useUser = true)
{
if(isset($this->projects[$gitlabID][$projectID])) return $this->projects[$gitlabID][$projectID];