aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ocsclient.php
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2013-01-30 13:39:53 +0100
committerFrank Karlitschek <frank@owncloud.org>2013-01-30 13:39:53 +0100
commit389c4e84153893a04310876ef70943cad53ee3e7 (patch)
treedc199cc509124435828a31971aa8fe00d6b6d3c0 /lib/ocsclient.php
parent3fa4b3abff5040a46720b2d11531d36a65e4836e (diff)
downloadnextcloud-server-389c4e84153893a04310876ef70943cad53ee3e7.tar.gz
nextcloud-server-389c4e84153893a04310876ef70943cad53ee3e7.zip
mark recommended apps. server part not yet fully implemented
Diffstat (limited to 'lib/ocsclient.php')
-rw-r--r--lib/ocsclient.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ocsclient.php b/lib/ocsclient.php
index 36930788774..09ccb2be159 100644
--- a/lib/ocsclient.php
+++ b/lib/ocsclient.php
@@ -123,6 +123,7 @@ class OC_OCSClient{
$app=array();
$app['id']=(string)$tmp[$i]->id;
$app['name']=(string)$tmp[$i]->name;
+ $app['label']=(string)$tmp[$i]->label;
$app['version']=(string)$tmp[$i]->version;
$app['type']=(string)$tmp[$i]->typeid;
$app['typename']=(string)$tmp[$i]->typename;
@@ -165,6 +166,7 @@ class OC_OCSClient{
$app['name']=$tmp->name;
$app['version']=$tmp->version;
$app['type']=$tmp->typeid;
+ $app['label']=$tmp->label;
$app['typename']=$tmp->typename;
$app['personid']=$tmp->personid;
$app['detailpage']=$tmp->detailpage;