X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/61284ea9e69220c9fc6a537bf0437584b1525367..040c6516659e15f360159859b783e3722e86f370:/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