mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 11:20:25 +02:00
Debug info render fix.
This commit is contained in:
@@ -86,9 +86,10 @@ class e107_db_debug {
|
|||||||
|
|
||||||
if(!empty($str))
|
if(!empty($str))
|
||||||
{
|
{
|
||||||
e107::getRender()->setStyle('debug');
|
//e107::getRender()->setStyle('debug');
|
||||||
|
echo "<h4>".$title."</h4>";
|
||||||
echo $str;
|
echo $str;
|
||||||
e107::getRender()->tablerender($title, $str);
|
//e107::getRender()->tablerender($title, $str);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user