mirror of
https://github.com/nextcloud/server.git
synced 2026-03-22 02:21:12 -04:00
fix: Put back OC_App::getAppVersions in Server.php
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
8caa1a70e9
commit
49cf5ba318
1 changed files with 1 additions and 1 deletions
|
|
@ -610,7 +610,7 @@ class Server extends ServerContainer implements IServerContainer {
|
|||
$prefixClosure = function () use ($logQuery, $serverVersion): ?string {
|
||||
if (!$logQuery) {
|
||||
try {
|
||||
$v = \OCP\Server::get(IAppManager::class)->getAppVersions();
|
||||
$v = \OC_App::getAppVersions();
|
||||
} catch (\Doctrine\DBAL\Exception $e) {
|
||||
// Database service probably unavailable
|
||||
// Probably related to https://github.com/nextcloud/server/issues/37424
|
||||
|
|
|
|||
Loading…
Reference in a new issue