mirror of
https://github.com/friendica/friendica
synced 2025-04-29 15:44:24 +02:00
Doxygen and bugfix
This commit is contained in:
parent
2971501f63
commit
3354f01ed5
2 changed files with 8 additions and 3 deletions
|
@ -32,6 +32,9 @@ function poller_run($argv, $argc){
|
|||
|
||||
Config::load();
|
||||
|
||||
// Check the database structure and possibly fixes it
|
||||
check_db(true);
|
||||
|
||||
// Quit when in maintenance
|
||||
if (Config::get('system', 'maintenance', true)) {
|
||||
return;
|
||||
|
@ -890,9 +893,6 @@ function poller_run_cron() {
|
|||
}
|
||||
|
||||
if (array_search(__file__,get_included_files())===0) {
|
||||
// Check the database structure and possibly fixes it
|
||||
check_db(true);
|
||||
|
||||
poller_run($_SERVER["argv"],$_SERVER["argc"]);
|
||||
|
||||
poller_unclaim_process();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue