Missing URL blacklist tabled (re-)added
[mailer.git] / inc / filters.php
index 4a1575815672ad5022034245dd0f59035746f7dc..d582202ac6a02ac4297ec79673b0d6897687e6af 100644 (file)
@@ -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))) {