Update getting events with limit set.
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 9 Sep 2016 17:49:10 +0000 (13:49 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 9 Sep 2016 17:49:10 +0000 (13:49 -0400)
commitcfe60cc20dd92728f1cf52e3f646ec33484132a5
treee5874e3171e0156ab55b0e13dcb72e9cb20cdf87
parentf487f6e1134f75569950be29265b3c8ad18cf845
Update getting events with limit set.

If limit was set the sql query was using NOW() function to get events.
If the start time of the event already past then it would not show up.
Changed the mysql function to CURDATE() This will get the date.
models/front/events/baseAction.php