This commit is contained in:
Simon Vieille 2016-01-28 09:16:39 +01:00
parent f84b1f9b74
commit 8480c233c8

View file

@ -17,7 +17,7 @@ if (false === $project) {
die;
}
$comments = getCommentsByProject($project[''])
$comments = getCommentsByProject($id);
?>
<!DOCTYPE HTML>