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