X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/027c801a4dc51db673bcbfcfbd396845f244e357..d5901a1fcc8b79f9a23bd3888ef2f281f07b9459:/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(), ) );