Summary:
Warning when a module uses a template in which the default block {content} has parameters like block_tab or block_group
Detailed Description:
CMSMS Version: 1.11.7
AdvancedContent: 0.9.4.3
I have a template in which the default block {content} has parameters like
block_tab or block_group:
{content label="My Content" block_tab="My tab"}
When a module (News in my case) uses this template, I have a warning:
Warning: Parameter block_tab is not known by module News dropped in
/mypath/lib/misc.functions.php on line 1411
Thx