diff options
author | Frank Karlitschek <karlitschek@kde.org> | 2012-04-21 15:30:58 +0200 |
---|---|---|
committer | Frank Karlitschek <karlitschek@kde.org> | 2012-04-21 15:30:58 +0200 |
commit | 6bfe2289be05e9f54272a86a0f957ec41ef32e28 (patch) | |
tree | 2cf690624aee2f1a5fa943066d3501499f13562d /lib/ocsclient.php | |
parent | ef80ad1d48fa7cb61bb0003c0a22928f075ddc60 (diff) | |
download | nextcloud-server-6bfe2289be05e9f54272a86a0f957ec41ef32e28.tar.gz nextcloud-server-6bfe2289be05e9f54272a86a0f957ec41ef32e28.zip |
improve the app installer.
show a label if an app is an internal app or a third party app from the app store.
show a preview image of the app if available
Diffstat (limited to 'lib/ocsclient.php')
-rwxr-xr-x | lib/ocsclient.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ocsclient.php b/lib/ocsclient.php index 9ad9ef21c66..aef51f38fb7 100755 --- a/lib/ocsclient.php +++ b/lib/ocsclient.php @@ -162,6 +162,7 @@ class OC_OCSClient{ $app['preview3']=$tmp->smallpreviewpic3; $app['changed']=strtotime($tmp->changed); $app['description']=$tmp->description; + $app['detailpage']=$tmp->detailpage; return $app; } |