From 4f2468fc3881ebeefc70e19479606496cec0c6cb Mon Sep 17 00:00:00 2001 From: Busfreak Date: Wed, 23 Mar 2016 18:06:16 +0100 Subject: Loader for Helper-Classes from Plugin --- app/Core/Plugin/Loader.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/Core/Plugin/Loader.php') diff --git a/app/Core/Plugin/Loader.php b/app/Core/Plugin/Loader.php index ff4f2c14..775673de 100644 --- a/app/Core/Plugin/Loader.php +++ b/app/Core/Plugin/Loader.php @@ -70,6 +70,8 @@ class Loader extends \Kanboard\Core\Base Tool::buildDic($this->container, $instance->getClasses()); + Tool::buildDICHelpers($this->container, $instance->getHelpers()); + $instance->initialize(); $this->plugins[] = $instance; } -- cgit v1.2.3