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++; }