1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 00:54:49 +02:00

Fix for lowercase usernames in SEF Url.

This commit is contained in:
Cameron
2016-12-08 09:38:23 -08:00
parent bfec7fc2c2
commit 1490ad009d
3 changed files with 11 additions and 3 deletions

View File

@@ -659,7 +659,7 @@ class e107_db_debug {
function log($message,$TraceLev=1)
{
if(is_array($message))
if(is_array($message) || is_object($message))
{
$message = "<pre>".print_r($message,true)."</pre>";
}