mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Update AppSettingsController.php
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
This commit is contained in:
parent
669dc0dd62
commit
cf7b64b79d
1 changed files with 1 additions and 1 deletions
|
|
@ -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[] = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue