mirror of
https://github.com/friendica/friendica
synced 2025-04-27 21:50:11 +00:00
Fix some undefined variable/index notices in tests
This commit is contained in:
parent
28741c8366
commit
6776c4e3f9
5 changed files with 29 additions and 21 deletions
|
@ -72,6 +72,7 @@ class System extends BaseObject
|
|||
}
|
||||
} elseif (!in_array($func['function'], $ignore)) {
|
||||
$callstack[] = $func['function'];
|
||||
$func['class'] = '';
|
||||
$previous = $func;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue