X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffilters.php;h=d582202ac6a02ac4297ec79673b0d6897687e6af;hp=4a1575815672ad5022034245dd0f59035746f7dc;hb=d0f0f15c27d6af49056e2658bb683a469f49db38;hpb=29720f825150b6449a9bf5cb2024b65e5e86bd2d diff --git a/inc/filters.php b/inc/filters.php index 4a15758156..d582202ac6 100644 --- a/inc/filters.php +++ b/inc/filters.php @@ -388,7 +388,7 @@ function FILTER_SOLVE_TASK ($data) { // Filter to load include files function FILTER_LOAD_INCLUDES ($data) { - global $INC_POOL; + global $INC_POOL, $CSS; // Is it an array? if ((!isset($INC_POOL)) || (!is_array($INC_POOL))) {