Fix some undefined variable/index notices in tests
This commit is contained in:
@@ -72,6 +72,7 @@ class System extends BaseObject
|
||||
}
|
||||
} elseif (!in_array($func['function'], $ignore)) {
|
||||
$callstack[] = $func['function'];
|
||||
$func['class'] = '';
|
||||
$previous = $func;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user