Add "requests" Hook
This commit is contained in:
parent
185ae09393
commit
039b6d388c
@ -103,6 +103,10 @@ function buildPlugins()
|
||||
if (method_exists($Plugin, $event)) {
|
||||
array_push($plugins[$event], $Plugin);
|
||||
}
|
||||
|
||||
if (method_exists($Plugin, "requests")) {
|
||||
call_user_func(array($Plugin, "requests"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user