Merge pull request #17468 from pokemaobr/retval
Changing value of to avoid js error on debugJson FIXES #17458
This commit is contained in:
commit
6b33b500a9
@ -117,7 +117,7 @@ class Footer
|
||||
*/
|
||||
public function getDebugMessage(): string
|
||||
{
|
||||
$retval = '\'null\'';
|
||||
$retval = '\'false\'';
|
||||
if ($GLOBALS['cfg']['DBG']['sql'] && empty($_REQUEST['no_debug']) && ! empty($_SESSION['debug'])) {
|
||||
// Remove recursions and iterators from $_SESSION['debug']
|
||||
self::removeRecursion($_SESSION['debug']);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user