attachment: Fix reversion in attachment sorting by age.

Reversion was introduced by over-eager removal of mtime_raw in
2b569f99d9
master
Joey Hess 2009-12-14 17:19:31 -05:00
parent bb1ce7207d
commit cdbdf19c36
2 changed files with 2 additions and 0 deletions

View File

@ -231,6 +231,7 @@ sub attachment_list ($) {
link => htmllink($page, $page, $f, noimageinline => 1),
size => IkiWiki::Plugin::filecheck::humansize((stat(_))[7]),
mtime => displaytime($IkiWiki::pagemtime{$f}),
mtime_raw => $IkiWiki::pagemtime{$f},
};
}
}

1
debian/changelog vendored
View File

@ -8,6 +8,7 @@ ikiwiki (3.20091203) UNRELEASED; urgency=low
(Thanks, Richard Levitte)
* rename: Fix some utf-8 problems.
* attachment: Fix several utf-8 problems.
* attachment: Fix reversion in attachment sorting by age.
-- Joey Hess <joeyh@debian.org> Wed, 02 Dec 2009 17:22:21 -0500