X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/7b271fc399126b3dc32aadb30cb839241668cead..refs/heads/master:/WEB-INF/lib/form/DateField.class.php diff --git a/WEB-INF/lib/form/DateField.class.php b/WEB-INF/lib/form/DateField.class.php index f1487d04..a197126f 100644 --- a/WEB-INF/lib/form/DateField.class.php +++ b/WEB-INF/lib/form/DateField.class.php @@ -57,7 +57,7 @@ class DateField extends TextField { $this->lCalendarButtons['close'] = $i18n->get('button.close'); $this->mDateFormat = $user->getDateFormat(); - $this->mWeekStartDay = $user->week_start; + $this->mWeekStartDay = $user->getWeekStart(); } // set current value taken from session or database