Open Filoz opened 6 years ago
Fix #24 When cache option is set to yes and the banner is accepted, some script aren't restored.
The problem was due by this line: if (isset($option_ginger_general['ginger_cache']) && $option_ginger_general['ginger_cache'] == 'no') return;
if (isset($option_ginger_general['ginger_cache']) && $option_ginger_general['ginger_cache'] == 'no') return;
If the cache option was set to "yes", the execution continue to ginger_parse_dom also when the banner was accepted, why?
Fix #24 When cache option is set to yes and the banner is accepted, some script aren't restored.
The problem was due by this line:
if (isset($option_ginger_general['ginger_cache']) && $option_ginger_general['ginger_cache'] == 'no') return;
If the cache option was set to "yes", the execution continue to ginger_parse_dom also when the banner was accepted, why?