summaryrefslogtreecommitdiffstats
path: root/lib/ocsclient.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ocsclient.php')
-rw-r--r--lib/ocsclient.php3
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;
}