diff options
-rw-r--r-- | settings/ajax/apps/ocs.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/ajax/apps/ocs.php b/settings/ajax/apps/ocs.php index 5a326c125f6..082f1cfb922 100644 --- a/settings/ajax/apps/ocs.php +++ b/settings/ajax/apps/ocs.php @@ -35,7 +35,7 @@ if(is_array($catagoryNames)){ // show only external apps that aren't enabled yet $local=false; foreach($enabledApps as $a){ - if($a['name'] == $app['name']) { + if($a == $app['name']) { $local=true; } } |