The direct structure call is now only executed when called via the poller.php
This commit is contained in:
parent
d691c2e621
commit
2971501f63
4 changed files with 8 additions and 6 deletions
|
@ -196,7 +196,7 @@ if ($install && $a->module!="view") {
|
|||
$a->module = 'maintenance';
|
||||
} else {
|
||||
check_url($a);
|
||||
check_db();
|
||||
check_db(false);
|
||||
check_plugins($a);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue