Fix for it...
authorRoland Häder <roland@mxchange.org>
Sun, 1 Mar 2009 00:18:00 +0000 (00:18 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 1 Mar 2009 00:18:00 +0000 (00:18 +0000)
inc/filters.php

index 750d278b9fdf83a39b14cb822a6a41872210c0f8..505050103194c8b6b201c11246e36ffe6e3a1cbe 100644 (file)
@@ -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'];