]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/Calendar.class.php
More refactoring.
[timetracker.git] / WEB-INF / lib / form / Calendar.class.php
index ab2dcf5738f634e20010a3112fa43c5e11381f18..1340c987317e12eb52f2ee431621d70b4de1ec4b 100644 (file)
@@ -57,8 +57,9 @@ class Calendar extends FormElement {
          $this->highlight = $highlight;
     }
 
-    function localize($i18n) {
+    function localize() {
       global $user;
+      global $i18n;
       
       $this->mMonthNames = $i18n->monthNames;
       $this->mWeekDayShortNames = $i18n->weekdayShortNames;