From: Roland Häder Date: Sun, 1 Mar 2009 00:18:00 +0000 (+0000) Subject: Fix for it... X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=3ad7aec67674effcebad6503242f5b5434e72587 Fix for it... --- diff --git a/inc/filters.php b/inc/filters.php index 750d278b9f..5050501031 100644 --- a/inc/filters.php +++ b/inc/filters.php @@ -388,7 +388,7 @@ function FILTER_LOAD_INCLUDES ($data) { // Is it an array? if ((!isset($data)) || (!is_array($data))) { // Then abort here - debug_report_bug(sprintf("INC_POOL is no array! Type: %s", $INC_POOL)); + 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'];