diff options
Diffstat (limited to 'settings/apps.php')
-rw-r--r-- | settings/apps.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/settings/apps.php b/settings/apps.php index 27c71da0da8..d34b6468838 100644 --- a/settings/apps.php +++ b/settings/apps.php @@ -60,6 +60,7 @@ function app_sort($a, $b){ } usort($apps, 'app_sort'); +/* // apps from external repo via OCS $catagoryNames=OC_OCSClient::getCategories(); if(is_array($catagoryNames)){ @@ -70,7 +71,7 @@ usort($apps, 'app_sort'); // show only external apps that are not exist yet $local=false; foreach($apps as $a){ - if($a['name']==$app['name']) $local=true; + if($a['name']==$app['name']) $local=true; } if(!$local) { @@ -89,7 +90,7 @@ usort($apps, 'app_sort'); } } } - +*/ $tmpl = new OC_Template( "settings", "apps", "user" ); |