Fixed Template Errors: stats_index

Pepelac

Well-known member
After clicking on "Statistics" link in breadcrumbs
breadcrumbs.webp
I've got this:

Code:
Template Errors: stats_index
Invalid argument supplied for foreach() in /***/library/XenForo/Template/Abstract.php(262) : eval()'d code, line 58:
57: $__compilerVar5 = array();
58: foreach ($datePresets AS $offset => $phrase)
59: {
Invalid argument supplied for foreach() in /***/library/XenForo/Template/Abstract.php(262) : eval()'d code, line 89:
88:        ';
89: foreach ($statsTypeOptions AS $contentType => $contentTypeOptions)
90: {
 
Top Bottom