From 0820cb8f17c4da54b018be27e5cfd566098c2e3d Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Sun, 17 Apr 2011 01:11:44 +0200 Subject: owncloud now with even more buzzwords. we outsourced the doccumentation and use an online knowledgebase --- lib/ocsclient.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/ocsclient.php') 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; } -- cgit v1.2.3