fixed missing comma 
diff --git a/updates/index.php b/updates/index.php
index 34c11f9..3203149 100644
--- a/updates/index.php
+++ b/updates/index.php
@@ -11,7 +11,7 @@
 
 $siteXMLs = array("Releases" => "composite/releases/",
 				 "Milestones" => "composite/milestones/",
-				 "Nightly" => "composite/nightly/"
+				 "Nightly" => "composite/nightly/",
 				 "Latest" => "composite/latest/");
 
 $MP_id = 1073;