From 139dfee1ecdbb56bb380f467bb1051524f3740bf Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Sat, 29 Jul 2017 01:33:30 +0200 Subject: [PATCH] bug fixes on webhooks --- bl-kernel/boot/rules/60.plugins.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bl-kernel/boot/rules/60.plugins.php b/bl-kernel/boot/rules/60.plugins.php index 2259bdad..87e968fb 100644 --- a/bl-kernel/boot/rules/60.plugins.php +++ b/bl-kernel/boot/rules/60.plugins.php @@ -58,7 +58,7 @@ function buildPlugins() $currentDeclaredClasess = get_declared_classes(); // Load each plugin clasess - foreach($list as $pluginPath) { + foreach ($list as $pluginPath) { // Check if the directory has the plugin.php if (file_exists($pluginPath.DS.'plugin.php')) { include($pluginPath.DS.'plugin.php');