Turn on nocache, when top to bottom message sorting is default

This commit is contained in:
Daniel Winzen
2016-09-02 14:22:21 +02:00
parent abab38e67b
commit c11365fecf

View File

@ -2753,7 +2753,7 @@ function add_user_defaults(){
$U['embed']=1;
$U['incognito']=0;
$U['status']=1;
$U['nocache']=0;
$U['nocache']=get_setting('sortupdown');
$U['tz']=get_setting('defaulttz');
$U['eninbox']=0;
$U['sortupdown']=get_setting('sortupdown');