moving boot::check_addons to Friendica\Core\Addon::check

And extending Addon from BaseObject because of self::getApp()
This commit is contained in:
Philipp Holzer
2018-10-06 01:13:29 +02:00
parent 3c7d41c388
commit d72473fd51
3 changed files with 67 additions and 65 deletions

View File

@@ -172,7 +172,7 @@ if ($a->isInstallMode() && $a->module!="view") {
} else {
check_url($a);
check_db(false);
check_addons($a);
Addon::check();
}
Nav::setSelected('nothing');