diff options
Diffstat (limited to 'phpfspot.class.php')
-rw-r--r-- | phpfspot.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpfspot.class.php b/phpfspot.class.php index 8646ff1..cf0a60c 100644 --- a/phpfspot.class.php +++ b/phpfspot.class.php @@ -116,7 +116,7 @@ class PHPFSPOT { $_SESSION['tag_condition'] = 'or'; if(!isset($_SESSION['sort_order'])) - $_SESSION['sort_order'] = 'date_asc'; + $_SESSION['sort_order'] = 'date_desc'; if(!isset($_SESSION['searchfor_tag'])) $_SESSION['searchfor_tag'] = ''; |