From 9ca4b43a97ae92fad57b00ac0217d5b7078272fb Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 26 Sep 2015 15:57:39 -0400 Subject: Add page to show the list of plugins --- app/common.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app/common.php') diff --git a/app/common.php b/app/common.php index dcd571bc..e63d82bb 100644 --- a/app/common.php +++ b/app/common.php @@ -33,5 +33,4 @@ if (ENABLE_URL_REWRITE) { require __DIR__.'/routes.php'; } -$plugin = new Core\Plugin\Loader($container); -$plugin->scan(); +$container['pluginLoader']->scan(); -- cgit v1.2.3