Fix until date in component editor

This commit is contained in:
Francis Lachapelle
2013-01-28 16:44:14 -05:00
parent 2d455bf0ca
commit be0090be06
+1 -1
View File
@@ -1927,7 +1927,7 @@ RANGE(2);
ud = [[context activeUser] userDefaults];
date = [NSCalendarDate dateWithYear: [date yearOfCommonEra]
month: [date monthOfYear]
day: [date dayOfYear]
day: [date dayOfMonth]
hour: 0 minute: 0 second: 0
timeZone: [ud timeZone]];