No need for global config
This commit is contained in:
parent
ff809ccf71
commit
85136b76ed
@ -111,7 +111,6 @@ function error($message, $priority = true, $debug_stuff = false) {
|
||||
|
||||
$pw = $config['db']['password'];
|
||||
$debug_callback = function(&$item) use (&$debug_callback, $pw) {
|
||||
global $config;
|
||||
if (is_array($item)) {
|
||||
$item = array_filter($item, $debug_callback);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user