Fix bug related to dashboard not appearing for new events.
This commit is contained in:
parent
47f2436785
commit
63d26f821c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue