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.

Legacy InfoPanels

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
873
Customer rating
0.00 star(s) 0 ratings
Back
Top