mirror of
https://github.com/nextcloud/server.git
synced 2026-04-25 08:08:33 -04:00
Correctly check whether an app is shipped
This commit is contained in:
parent
330ea18996
commit
9da4869cd4
1 changed files with 1 additions and 1 deletions
|
|
@ -837,7 +837,7 @@ class OC_App {
|
|||
|
||||
$info['active'] = $active;
|
||||
|
||||
if (isset($info['shipped']) and ($info['shipped'] == 'true')) {
|
||||
if (self::isShipped($app)) {
|
||||
$info['internal'] = true;
|
||||
$info['level'] = self::officialApp;
|
||||
$info['removable'] = false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue