diff --git a/boot.php b/boot.php index 8492701a0c..52026a7fb3 100644 --- a/boot.php +++ b/boot.php @@ -630,7 +630,7 @@ function check_db($via_worker) } if ($build != DB_UPDATE_VERSION) { // When we cannot execute the database update via the worker, we will do it directly - if (!Worker::add(PRIORITY_CRITICAL, 'dbupdate') && $via_worker) { + if (!Worker::add(PRIORITY_CRITICAL, 'DBUpdate') && $via_worker) { update_db(get_app()); } } diff --git a/include/dbupdate.php b/include/dbupdate.php deleted file mode 100644 index 799ca262c8..0000000000 --- a/include/dbupdate.php +++ /dev/null @@ -1,13 +0,0 @@ -