diff options
Diffstat (limited to 'remote.php')
-rw-r--r-- | remote.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote.php b/remote.php index bc97de7bcb3..f63fd49354a 100644 --- a/remote.php +++ b/remote.php @@ -134,7 +134,7 @@ try { $file = OC::$SERVERROOT . '/' . $file; break; default: - if (!$appManager->isInstalled($app)) { + if (!$appManager->isEnabledForUser($app)) { throw new RemoteException('App not installed: ' . $app); } $appManager->loadApp($app); |