bug fixes on webhooks

This commit is contained in:
Diego Najar 2017-07-29 01:33:30 +02:00
parent 21fafa9082
commit 139dfee1ec
1 changed files with 1 additions and 1 deletions

View File

@ -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');