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:
parent
f564f95640
commit
1b578652c4
@ -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++;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user