Ensure that a default gets displayed.

Fix the right nav link to the page.
diff --git a/_projectCommon.php b/_projectCommon.php
index 954d15f..9077f8a 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -8,5 +8,5 @@
  *******************************************************************************/
 $theme = "solstice";
 $Nav->addNavSeparator("EE4J", "/ee4j");
-$Nav->addCustomNav("PMC Minutes", "/ee4j/minutes.php", "_self", NULL);
+$Nav->addCustomNav("PMC Minutes", "/ee4j/minutes", "_self", NULL);
 $Nav->addCustomNav("EE4J Charter", "https://projects.eclipse.org/projects/ee4j/charter", "_self", NULL);
\ No newline at end of file
diff --git a/minutes/index.php b/minutes/index.php
index 0f8cac0..f629a14 100644
--- a/minutes/index.php
+++ b/minutes/index.php
@@ -58,7 +58,7 @@
 }
 
 if (!isset($date)) {
-    $date = $dates[0];
+    $date = key($dates);
 }
 
 $pageTitle = "EE4J PMC Meeting Minutes " . $dates[$date];