1
0
Fork 0

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
commit d72473fd51
No known key found for this signature in database
GPG key ID: 517BE60E2CE5C8A5
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');