chore: Remove check for appinfo/database.xml

It has been unsupported since Nextcloud 22.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/53895/head
Côme Chilliet 2025-07-10 17:09:01 +07:00
parent f551b9192e
commit cb8d960766
No known key found for this signature in database
GPG Key ID: A3E2F658B28C760A
1 changed files with 0 additions and 4 deletions

@ -64,10 +64,6 @@ class Installer {
$basedir = $app['path'] . '/' . $appId;
if (is_file($basedir . '/appinfo/database.xml')) {
throw new \Exception('The appinfo/database.xml file is not longer supported. Used in ' . $appId);
}
$l = \OCP\Util::getL10N('core');
$info = $this->appManager->getAppInfoByPath($basedir . '/appinfo/info.xml', $l->getLanguageCode());