summaryrefslogtreecommitdiffstats
path: root/lib/private/ocsclient.php
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2015-04-03 13:33:27 +0200
committerLukas Reschke <lukas@owncloud.com>2015-04-03 13:36:03 +0200
commit25531bad88617608247d53c4acba231a2322b105 (patch)
tree8234a5b477c5618a19c77bc39b9a77895481ac8b /lib/private/ocsclient.php
parent0816cf91422346313d44cba5f017125899afbf2d (diff)
downloadnextcloud-server-25531bad88617608247d53c4acba231a2322b105.tar.gz
nextcloud-server-25531bad88617608247d53c4acba231a2322b105.zip
Make user names clickable
Diffstat (limited to 'lib/private/ocsclient.php')
-rw-r--r--lib/private/ocsclient.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/private/ocsclient.php b/lib/private/ocsclient.php
index 30747c0d5fb..df988d7d3a9 100644
--- a/lib/private/ocsclient.php
+++ b/lib/private/ocsclient.php
@@ -202,6 +202,7 @@ class OCSClient {
$app['type'] = (string)$tmp[$i]->typeid;
$app['typename'] = (string)$tmp[$i]->typename;
$app['personid'] = (string)$tmp[$i]->personid;
+ $app['profilepage'] = (string)$tmp[$i]->profilepage;
$app['license'] = (string)$tmp[$i]->license;
$app['detailpage'] = (string)$tmp[$i]->detailpage;
$app['preview'] = (string)$tmp[$i]->smallpreviewpic1;
@@ -274,6 +275,7 @@ class OCSClient {
$app['label'] = (string)$tmp->label;
$app['typename'] = (string)$tmp->typename;
$app['personid'] = (string)$tmp->personid;
+ $app['profilepage'] = (string)$tmp->profilepage;
$app['detailpage'] = (string)$tmp->detailpage;
$app['preview1'] = (string)$tmp->smallpreviewpic1;
$app['preview2'] = (string)$tmp->smallpreviewpic2;