mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Infopanel cache file name correction.
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user