Massive upgrade
This commit is contained in:
parent
99a9ed919e
commit
c1a3437f9b
396 changed files with 29083 additions and 31939 deletions
|
@ -80,10 +80,12 @@ class plugins{
|
|||
{
|
||||
require_once $hook['file'];
|
||||
}
|
||||
if(is_array($variables)){
|
||||
if(!is_array($variables))
|
||||
$variables=array();
|
||||
}
|
||||
$return = call_user_func_array($hook['function'], $variables);
|
||||
|
||||
$return = call_user_func_array($hook['function'], $variables);
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue