mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Also allow to update apps which are currently not enabled
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
2dcae4e8ea
commit
a9f8ee4e9d
1 changed files with 1 additions and 1 deletions
|
|
@ -256,7 +256,7 @@ class AppSettingsController extends Controller {
|
|||
$appData['category'] = $appstoreData['categories'];
|
||||
|
||||
$newVersion = $this->installer->isUpdateAvailable($appData['id']);
|
||||
if($newVersion && $this->appManager->isInstalled($appData['id'])) {
|
||||
if($newVersion) {
|
||||
$appData['update'] = $newVersion;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue