diff --git a/views/presenting/overview_list.php b/views/presenting/overview_list.php index feb38b644dd30b336aca76f5030eeb0091a24ac2..6287307741be273b81bf4a1976ed41d0a26e828c 100644 --- a/views/presenting/overview_list.php +++ b/views/presenting/overview_list.php @@ -32,8 +32,8 @@ <td> <?= htmlReady($marketplugin->uses->count()) ?> </td> - <td data-sorter="<?= $marketplugin->releases->orderBy('chdate DESC')->first()->chdate ?>"> - <?= strftime('%x', $marketplugin->releases->orderBy('chdate DESC')->first()->chdate) ?> + <td data-sorter="<?= $marketplugin->releases->orderBy('chdate DESC')->val('mkdate') ?>"> + <?= strftime('%x', $marketplugin->releases->orderBy('chdate DESC')->val('mkdate')) ?> </td> <td> <?= htmlReady($marketplugin->getDownloads()) ?>