]> git.mxchange.org Git - mailer.git/blobdiff - inc/filters.php
Fix for it...
[mailer.git] / inc / filters.php
index 533a0f0af87c6177a981b9227f5b6528063324d2..505050103194c8b6b201c11246e36ffe6e3a1cbe 100644 (file)
@@ -388,8 +388,7 @@ function FILTER_LOAD_INCLUDES ($data) {
        // Is it an array?
        if ((!isset($data)) || (!is_array($data))) {
                // Then abort here
-               DEBUG_LOG(__FILE__, __LINE__, "INC_POOL is no array!");
-               return $data;
+               debug_report_bug(sprintf("INC_POOL is no array! Type: %s", gettype($INC_POOL)));
        } elseif (isset($data['inc_pool'])) {
                // Use this as new inclusion pool!
                $INC_POOL = $data['inc_pool'];