From fc717c7511d5ec41f847c220b1b15f608bb12aaf Mon Sep 17 00:00:00 2001 From: zero-24 Date: Mon, 6 Feb 2017 10:51:59 +0100 Subject: [PATCH] Update stats.php --- plugins/system/stats/stats.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/system/stats/stats.php b/plugins/system/stats/stats.php index 06ad49b6fb264..8e1b82cc5505c 100644 --- a/plugins/system/stats/stats.php +++ b/plugins/system/stats/stats.php @@ -99,7 +99,7 @@ public function onAfterInitialise() { return; } - + JHtml::_('jquery.framework'); JHtml::_('script', 'plg_system_stats/stats.js', array('version' => 'auto', 'relative' => true)); }