]> git.mxchange.org Git - mailer.git/blobdiff - inc/filters.php
Fix for it...
[mailer.git] / 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'];