1
1
Fork 0

don't run two processes for every web access (noticed that dbupdate is always started as a background task under normal operation).

This commit is contained in:
friendica 2013-01-18 17:37:45 -08:00
commit 20eb767b7e
3 changed files with 24 additions and 10 deletions

View file

@ -141,7 +141,7 @@ if($install)
elseif($maintenance)
$a->module = 'maintenance';
else {
proc_run('php', 'include/dbupdate.php');
check_db();
check_plugins($a);
}