summaryrefslogtreecommitdiffstats
path: root/appinfo/app.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-21 15:14:19 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-21 15:14:19 +0200
commitfbad651ebd31d09406ef141e61ea396ad1eda710 (patch)
treeb57b142031c4e291856cc607fb3697b537b48b49 /appinfo/app.php
parentb02f22f86b6e89483948e5bf9605558a78046efd (diff)
Make config.ini editable in the admin interface
Diffstat (limited to 'appinfo/app.php')
-rw-r--r--appinfo/app.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index a6de66ce2..8188d3eeb 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -26,6 +26,5 @@ set_error_handler(function ($code, $message) {
$container = new Application();
$config = $container->getAppConfig();
-$config->registerNavigation();
-$config->registerBackgroundJobs();
-$config->registerHooks(); \ No newline at end of file
+$config->registerAll();
+$config->testDependencies(); \ No newline at end of file