diff options
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; } |