1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Infopanel cache file name correction.

This commit is contained in:
Cameron 2017-01-27 13:20:30 -08:00
parent 4399f8b8a5
commit f2e25130bb

View File

@ -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();