mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Fix for debug info failing in some cases.
This commit is contained in:
@@ -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++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user