1
0
mirror of https://github.com/e107inc/e107.git synced 2025-06-05 18:35:01 +02:00

Fix for debug info failing in some cases.

This commit is contained in:
Cameron 2023-01-03 08:45:32 -08:00
parent f564f95640
commit 1b578652c4

View File

@ -936,7 +936,7 @@ class e107_db_debug
$text .= "
<tr>
<td>" . $k . "</td>
<td>" . htmlspecialchars($v) . "</td>
<td>" . (is_string($v) ? htmlspecialchars($v) : $v). "</td>
</tr>";
$c++;
}