mirror of
https://github.com/friendica/friendica
synced 2025-04-26 02:30:11 +00:00
check plugins in separate function
This commit is contained in:
parent
2a8e5032e0
commit
6d77237f06
2 changed files with 17 additions and 6 deletions
|
@ -140,8 +140,11 @@ if($install)
|
|||
$a->module = 'install';
|
||||
elseif($maintenance)
|
||||
$a->module = 'maintenance';
|
||||
else
|
||||
else {
|
||||
proc_run('php', 'include/dbupdate.php');
|
||||
check_plugins($a);
|
||||
//check_config($a);
|
||||
}
|
||||
|
||||
nav_set_selected('nothing');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue