From 606241caebda2e01702c0d08adbc35ace8d01f13 Mon Sep 17 00:00:00 2001 From: Julius Knorr Date: Tue, 17 Sep 2024 22:38:44 +0200 Subject: chore(legacy): Introduce public version ct plass and drop version methods from OC_Util Signed-off-by: Julius Knorr --- core/ajax/update.php | 1 + 1 file changed, 1 insertion(+) (limited to 'core/ajax') diff --git a/core/ajax/update.php b/core/ajax/update.php index 575a1f159e5..0868eff72b4 100644 --- a/core/ajax/update.php +++ b/core/ajax/update.php @@ -91,6 +91,7 @@ if (\OCP\Util::needUpgrade()) { $config = Server::get(IConfig::class); $updater = new \OC\Updater( + Server::get(\OCP\ServerVersion::class), $config, Server::get(IAppConfig::class), \OC::$server->getIntegrityCodeChecker(), -- cgit v1.2.3