Fix bug related to dashboard not appearing for new events.

This commit is contained in:
Dave Earley 2016-04-20 01:47:27 +01:00
parent 47f2436785
commit 63d26f821c
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ class EventDashboardController extends MyBaseController
* I have no idea what I was doing here, but it seems to work;
*/
$result = [];
$tickets_data = [];
$i = 0;
foreach ($dateItter as $date) {
$views = 0;