Skip to content

Commit

Permalink
fixed: change revision to integer
Browse files Browse the repository at this point in the history
  • Loading branch information
bartjkdp committed Nov 18, 2015
1 parent dc2ee31 commit 64e5a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/PleioboxJSONApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public function getMeta($container_guid = 0, $path = array()) {
$attributes['size'] = 888055;
$attributes['modified_at'] = date('c', $child->time_updated);
$attributes['mime_type'] = $child->getMimeType();
$attributes['revision'] = date('c', $child->time_updated);
$attributes['revision'] = 1;
$attributes['shared_with'] = $child->access_id;
$attributes['icon'] = $extension;
} else {
Expand Down

0 comments on commit 64e5a7e

Please sign in to comment.