From f2e25130bb54d0bae05c5a909202cf5ef310fea4 Mon Sep 17 00:00:00 2001 From: Cameron Date: Fri, 27 Jan 2017 13:20:30 -0800 Subject: [PATCH] Infopanel cache file name correction. --- e107_admin/boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_admin/boot.php b/e107_admin/boot.php index 84e126b2e..900be40ce 100644 --- a/e107_admin/boot.php +++ b/e107_admin/boot.php @@ -80,7 +80,7 @@ if(ADMIN && e_AJAX_REQUEST && varset($_GET['mode']) == 'core' && ($_GET['type'] if(ADMIN && e_AJAX_REQUEST && varset($_GET['mode']) == 'addons' ) { $type = ($_GET['type'] == 'plugin') ? 'plugin' : 'theme'; - $tag = 'infopanel_'.$type; + $tag = 'Infopanel_'.$type; $cache = e107::getCache();