From 6c1d0851d74b02bb0e7317e273788917acd8a313 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Mon, 11 Nov 2024 17:03:13 +0100 Subject: Fix invocation of DB_Update::run. Thought this should have been part of the change set that turned the DB_Update routine to a static function instead of a constructor to an object that is not used. --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 07d19e753..25fa201d5 100644 --- a/boot.php +++ b/boot.php @@ -1538,7 +1538,7 @@ function check_config() { App::set_baseurl(z_root()); - new DB_Upgrade(DB_UPDATE_VERSION); + DB_Upgrade::run(DB_UPDATE_VERSION); plugins_sync(); -- cgit v1.2.3