mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
chore: Remove check for appinfo/database.xml
It has been unsupported since Nextcloud 22. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
f551b9192e
commit
cb8d960766
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());
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue