From e352f2137ffabc0c868f3023731dac0e70a40d42 Mon Sep 17 00:00:00 2001 From: Vincent Augagneur Date: Thu, 5 Sep 2013 15:30:59 +0200 Subject: [PATCH] //small fix --- .../template/controllers/dashboard/helpers/view/view.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/default/template/controllers/dashboard/helpers/view/view.tpl b/admin-dev/themes/default/template/controllers/dashboard/helpers/view/view.tpl index 7c32a200b..56365c969 100644 --- a/admin-dev/themes/default/template/controllers/dashboard/helpers/view/view.tpl +++ b/admin-dev/themes/default/template/controllers/dashboard/helpers/view/view.tpl @@ -27,7 +27,7 @@ var dashboard_ajax_url = '{$link->getAdminLink('AdminDashboard')}'; var adminstats_ajax_url = '{$link->getAdminLink('AdminStats')}'; var no_results_translation = '{l s='No result'}'; - var dashboard_use_push = {$dashboard_use_push}; + var dashboard_use_push = '{$dashboard_use_push|intval}';