X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffilters.php;h=505050103194c8b6b201c11246e36ffe6e3a1cbe;hp=533a0f0af87c6177a981b9227f5b6528063324d2;hb=3ad7aec67674effcebad6503242f5b5434e72587;hpb=4f81f03880adee27e96f05d5d9921f717fd9d938 diff --git a/inc/filters.php b/inc/filters.php index 533a0f0af8..5050501031 100644 --- a/inc/filters.php +++ b/inc/filters.php @@ -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'];