mirror of
https://github.com/processwire/processwire.git
synced 2025-08-09 00:06:55 +02:00
Several updates for processwire/processwire-issues#1467
This commit is contained in:
@@ -376,7 +376,7 @@ class Debug {
|
||||
$obj = null;
|
||||
$class = '';
|
||||
$type = '';
|
||||
$args = $trace['args'];
|
||||
$args = isset($trace['args']) ? $trace['args'] : array();
|
||||
$argStr = '';
|
||||
$file = $trace['file'];
|
||||
$basename = basename($file);
|
||||
|
Reference in New Issue
Block a user