Archived
1
0

Fix tag used named

This commit is contained in:
Mercier Pierre-Olivier 2013-09-20 08:31:18 +02:00
parent 78d733669f
commit 476df5a622

View File

@ -298,7 +298,7 @@ sub tag_project
{
# Looking for an old token
my @rendus = grep {
exists $_->{vcs} and $_->{vcs}{tag} eq $tag;
exists $_->{vcs} and $_->{vcs}{tag} eq $vcs->hasAttribute("tag");
} @{ $project->{submissions} };
if (@rendus == 1) {