diff --git a/module/gitlab/model.php b/module/gitlab/model.php index 36eb26016e..9c8faa305d 100644 --- a/module/gitlab/model.php +++ b/module/gitlab/model.php @@ -1551,7 +1551,10 @@ class gitlabModel extends model if(count($results)<100) break; } - return $allResults; + $tags = array(); + foreach($allResults as $tag) $tags[$tag->name] = $tag; + + return $tags; } /**