Archived
1
0

Fix args order

This commit is contained in:
Mercier Pierre-Olivier 2013-09-12 13:36:43 +02:00
parent f511412b8e
commit 51e366b156

View File

@ -62,7 +62,7 @@ sub update_project
log INFO, "Update $year/$project_id/butler.xml";
return $_ if (! create_tree($project_id, $year));
return $_ if (! create_tree($year, $project_id));
open my $out, ">", "$year/$project_id/butler.xml";
print $out $butler;