X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/6eef15cdc3bef5971d8ffe95bcbcaff368c87e69..ca956a5a5758b8514f15c4828bf26a11a7b66032:/www/new.php diff --git a/www/new.php b/www/new.php index 7a70891..965f534 100644 --- a/www/new.php +++ b/www/new.php @@ -28,7 +28,7 @@ render( 'files' => $phork, 'description' => '', 'htmlhelper' => new HtmlHelper(), - 'recents' => $db->getSearch()->listAll(0, 5, 'crdate', 'desc'), + 'recents' => $db->getSearch()->listAll(0, 5, 'modate', 'desc'), 'dh' => new \Date_HumanDiff(), ) );