handover the correct timestamp

This commit is contained in:
Bjoern Schiessle 2012-06-28 11:46:17 +02:00
parent 81953e7bb5
commit dac539b619
1 changed files with 1 additions and 1 deletions

View File

@ -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 );