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
|
@ -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 New Issue