moving boot::check_addons to Friendica\Core\Addon::check
And extending Addon from BaseObject because of self::getApp()
This commit is contained in:
parent
3c7d41c388
commit
d72473fd51
3 changed files with 67 additions and 65 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue