Skip to content
Snippets Groups Projects
Commit dac539b6 authored by Björn Schießle's avatar Björn Schießle
Browse files

handover the correct timestamp

parent 81953e7b
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ if( OCA_Versions\Storage::isversioned( $source ) ) {
$versionsFormatted = array();
foreach ( $versions AS $version ) {
$versionsFormatted[] = OCP\Util::formatDate( doubleval($version) );
$versionsFormatted[] = OCP\Util::formatDate( $version['version'] );
}
$versionsSorted = array_reverse( $versions );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment