Archived
1
0

hooks/subjects: Fix concatenation error

This commit is contained in:
Mercier Pierre-Olivier 2013-10-18 18:33:34 +02:00
parent 791dfe65f6
commit 4c55167314

View File

@ -596,7 +596,7 @@ sub tag_tests
$project_id = lc $project_id; $project_id = lc $project_id;
$project_id =~ s/[^a-z0-9-_]/_/g; $project_id =~ s/[^a-z0-9-_]/_/g;
my $rendu = $_[2]; my $rendu = $_[2] // "";
my $year; my $year;
if ($_[3]) if ($_[3])