Actions
Error #38
closedOutputfilter "ScriptVars" cannot disabled
Status:
Done
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
2017-03-16
Due date:
% Done:
100%
Estimated time:
Description
The test if the filter is enabled has no effect.
in modules/output_filter/filters/filterScriptVars.php line 10:
if ($aFilterSettings[$key]) { }
The closing } should be at the end of the function on line 32.
Actions