Skip to content
Snippets Groups Projects
Commit 2d37aee2 authored by david_williams's avatar david_williams
Browse files

fixed missing '$'

parent d0423a15
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@
$hasNotes = true;
}
}
aDirectory.closedir();
$aDirectory.closedir();
if (!$hasNotes) {
echo "<br>There are no build notes for this build.";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment