mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
plugins_configure, log actions
This commit is contained in:
parent
bd988894a5
commit
2d73c2cba5
@ -211,6 +211,7 @@ function plugins_configure($hook, $verbose = false, $args = array())
|
||||
{
|
||||
array_unshift($args, $verbose);
|
||||
|
||||
syslog(LOG_NOTICE, sprintf("plugins_configure %s (%s)", $hook, implode(",", $args)));
|
||||
foreach (plugins_scan() as $name => $path) {
|
||||
try {
|
||||
include_once $path;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user