helper: Fixed bug that was causing :lastweek to not work

This commit is contained in:
Paul Beckingham 2016-05-28 14:46:05 -04:00
parent 906b115570
commit 6255ba1c05

View file

@ -137,6 +137,7 @@ bool expandIntervalHint (
eocw -= 7 * 86400;
range.start = Datetime (socw.toString ("Y-M-D"));
range.end = Datetime (eocw.toString ("Y-M-D"));
return true;
}
return false;