Merge pull request #42044 from 1manprojects/patch-3

Fix AppSettingsController.php overwriting currentLanguage
pull/42043/head
Joas Schilling 6 months ago committed by GitHub
commit 5cf42ff25c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -368,7 +368,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…
Cancel
Save