Browse Source

Correctly check whether an app is shipped

remotes/origin/db-empty-migrate
Joas Schilling 10 years ago
parent
commit
9da4869cd4
  1. 2
      lib/private/app.php

2
lib/private/app.php

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