Provided default value for parameter as per issue #47.
[timetracker.git] / quotas.php
index d846ae2..ac0998c 100644 (file)
@@ -93,7 +93,7 @@ if ($request->isPost()){
   }
 }
 
-// Returns monthly quotas where January is month 1, not 0.
+// Get monthly quotas where for the entire year.
 $monthsData = $quota->get($selectedYear);
 
 $form = new Form('monthlyQuotasForm');