diff options
author | Frank Karlitschek <karlitschek@kde.org> | 2011-04-17 01:11:44 +0200 |
---|---|---|
committer | Frank Karlitschek <karlitschek@kde.org> | 2011-04-17 01:11:44 +0200 |
commit | 0820cb8f17c4da54b018be27e5cfd566098c2e3d (patch) | |
tree | 604832a20a8c0a4f0e071b23e4d3ac7c6f6b79cb /lib/ocsclient.php | |
parent | 2940f818b4066214137c1c7a89d4327cd17f070e (diff) | |
download | nextcloud-server-0820cb8f17c4da54b018be27e5cfd566098c2e3d.tar.gz nextcloud-server-0820cb8f17c4da54b018be27e5cfd566098c2e3d.zip |
owncloud now with even more buzzwords. we outsourced the doccumentation and use an online knowledgebase
Diffstat (limited to 'lib/ocsclient.php')
-rw-r--r-- | lib/ocsclient.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ocsclient.php b/lib/ocsclient.php index 9f6a79e7479..71a0b1279ab 100644 --- a/lib/ocsclient.php +++ b/lib/ocsclient.php @@ -133,9 +133,10 @@ class OC_OCSCLIENT{ $kb['id']=$tmp[$i]->id; $kb['name']=$tmp[$i]->name; $kb['description']=$tmp[$i]->description; + $kb['preview1']=$tmp[$i]->smallpreviewpic1; $kbe[]=$kb; } - return $kb; + return $kbe; } |