]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
default sorting
authorNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Mon, 5 Aug 2013 21:11:10 +0000 (23:11 +0200)
committerNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Mon, 5 Aug 2013 21:11:10 +0000 (23:11 +0200)
index.php

index d0dd4ab5070da8150299509dedbe949423602965..40cadf885ae03459f4af2d95c397e701a5c9bd95 100644 (file)
--- a/index.php
+++ b/index.php
@@ -14,7 +14,7 @@ $referer = empty($_SERVER['HTTP_REFERER']) ? '' : $_SERVER['HTTP_REFERER'];
 $view = Tools::checkVar('view', 'home');
 $action = Tools::checkVar('action');
 $id = Tools::checkVar('id');
-$_SESSION['sort'] = Tools::checkVar('sort');
+$_SESSION['sort'] = Tools::checkVar('sort', 'id');
 $url = new Url((isset ($_GET['url'])) ? $_GET['url'] : '');
 
 if (isset($_GET['login'])) {