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:
parent
4399f8b8a5
commit
f2e25130bb
@ -80,7 +80,7 @@ if(ADMIN && e_AJAX_REQUEST && varset($_GET['mode']) == 'core' && ($_GET['type']
|
|||||||
if(ADMIN && e_AJAX_REQUEST && varset($_GET['mode']) == 'addons' )
|
if(ADMIN && e_AJAX_REQUEST && varset($_GET['mode']) == 'addons' )
|
||||||
{
|
{
|
||||||
$type = ($_GET['type'] == 'plugin') ? 'plugin' : 'theme';
|
$type = ($_GET['type'] == 'plugin') ? 'plugin' : 'theme';
|
||||||
$tag = 'infopanel_'.$type;
|
$tag = 'Infopanel_'.$type;
|
||||||
|
|
||||||
$cache = e107::getCache();
|
$cache = e107::getCache();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user