mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Fix for debug info failing in some cases.
This commit is contained in:
@@ -936,7 +936,7 @@ class e107_db_debug
|
|||||||
$text .= "
|
$text .= "
|
||||||
<tr>
|
<tr>
|
||||||
<td>" . $k . "</td>
|
<td>" . $k . "</td>
|
||||||
<td>" . htmlspecialchars($v) . "</td>
|
<td>" . (is_string($v) ? htmlspecialchars($v) : $v). "</td>
|
||||||
</tr>";
|
</tr>";
|
||||||
$c++;
|
$c++;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user