From 3ad7aec67674effcebad6503242f5b5434e72587 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 1 Mar 2009 00:18:00 +0000 Subject: [PATCH] Fix for it... --- inc/filters.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']; -- 2.30.2