Commit 6dcded9f authored by Franco Fichtner's avatar Franco Fichtner

plugins: forgot to rename this in transition

parent 4cb9fe70
...@@ -75,7 +75,7 @@ function plugins_syslog() ...@@ -75,7 +75,7 @@ function plugins_syslog()
{ {
$syslogs = array(); $syslogs = array();
foreach (plugin_scan() as $name => $path) { foreach (plugins_scan() as $name => $path) {
require_once $path; require_once $path;
$func = sprintf('%s_syslog', $name); $func = sprintf('%s_syslog', $name);
if (function_exists($func)) { if (function_exists($func)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment