Update AppSettingsController.php

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
This commit is contained in:
Git'Fellow 2023-12-06 16:12:49 +01:00 committed by GitHub
parent 669dc0dd62
commit cf7b64b79d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -365,7 +365,7 @@ class AppSettingsController extends Controller {
if ($this->appManager->isInstalled($app['id'])) {
$currentVersion = $this->appManager->getAppVersion($app['id']);
} else {
$currentLanguage = $app['releases'][0]['version'];
$currentVersion = $app['releases'][0]['version'];
}
$formattedApps[] = [