From 1b578652c4d0184519e506b1a89f3d9eb0963994 Mon Sep 17 00:00:00 2001 From: Cameron Date: Tue, 3 Jan 2023 08:45:32 -0800 Subject: [PATCH] Fix for debug info failing in some cases. --- e107_handlers/db_debug_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_handlers/db_debug_class.php b/e107_handlers/db_debug_class.php index bf0f9ddaf..bcfc4c92b 100644 --- a/e107_handlers/db_debug_class.php +++ b/e107_handlers/db_debug_class.php @@ -936,7 +936,7 @@ class e107_db_debug $text .= " " . $k . " - " . htmlspecialchars($v) . " + " . (is_string($v) ? htmlspecialchars($v) : $v). " "; $c++; }