Cache Templates Bug

Status
Not open for further replies.
Hi

at file forum (upload)/dbtech/infopanels/hooks/cache_templates.php you have the code :

if (in_array('usercp_nav_folderbit', $cache))
{
$cache[] = 'dbtech_infopanels_options';
$cache[] = 'dbtech_infopanels_options_bit';
$cache[] = 'dbtech_infopanels_options_bit_bit';
}
the code must be

if (in_array('usercp_nav_folderbit', $globaltemplates))
{
$cache[] = 'dbtech_infopanels_options';
$cache[] = 'dbtech_infopanels_options_bit';
$cache[] = 'dbtech_infopanels_options_bit_bit';
}
 
Not for vb4 ;)
I'll fix it for the upcoming maintenance release, thanks :)

Sent from my X10i using Tapatalk
 
Status
Not open for further replies.
Top