summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorGit'Fellow <12234510+solracsf@users.noreply.github.com>2023-12-06 16:12:49 +0100
committerGitHub <noreply@github.com>2023-12-06 16:12:49 +0100
commitcf7b64b79d05cab00635b51902a6558a679656b6 (patch)
tree48b99227cfb4267e44d052f3982667181ab0e6d5 /apps
parent669dc0dd62fd1b1902b029c040fddf10b296c911 (diff)
downloadnextcloud-server-cf7b64b79d05cab00635b51902a6558a679656b6.tar.gz
nextcloud-server-cf7b64b79d05cab00635b51902a6558a679656b6.zip
Update AppSettingsController.php
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/settings/lib/Controller/AppSettingsController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/lib/Controller/AppSettingsController.php b/apps/settings/lib/Controller/AppSettingsController.php
index d0ed408df02..66923d655bb 100644
--- a/apps/settings/lib/Controller/AppSettingsController.php
+++ b/apps/settings/lib/Controller/AppSettingsController.php
@@ -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[] = [