summaryrefslogtreecommitdiffstats
path: root/lib/ocsclient.php
diff options
context:
space:
mode:
authorFrank Karlitschek <karlitschek@kde.org>2011-04-16 20:34:18 +0200
committerFrank Karlitschek <karlitschek@kde.org>2011-04-16 20:34:18 +0200
commit1372d8339d78c01b1514708f26520e244cc991e2 (patch)
treeea44cc204bc8103ca84fbb7d37e8dc87efaa8952 /lib/ocsclient.php
parentcf50c497b92f59f8252e1d8a7f3413c8d880df6d (diff)
downloadnextcloud-server-1372d8339d78c01b1514708f26520e244cc991e2.tar.gz
nextcloud-server-1372d8339d78c01b1514708f26520e244cc991e2.zip
add a date format function for more eyecandy
Diffstat (limited to 'lib/ocsclient.php')
-rw-r--r--lib/ocsclient.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ocsclient.php b/lib/ocsclient.php
index e58a210077e..d9ce11d537e 100644
--- a/lib/ocsclient.php
+++ b/lib/ocsclient.php
@@ -74,7 +74,7 @@ class OC_OCSCLIENT{
$app['personid']=$tmp[$i]->personid;
$app['detailpage']=$tmp[$i]->detailpage;
$app['preview']=$tmp[$i]->smallpreviewpic1;
- $app['changed']=$tmp[$i]->changed;
+ $app['changed']=strtotime($tmp[$i]->changed);
$app['description']=$tmp[$i]->description;
$apps[]=$app;