mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 04:31:29 +00:00
revert to previous catchup behaviour on reverse headlines mode; fix typo in js
This commit is contained in:
@@ -1326,7 +1326,8 @@
|
||||
|
||||
//if (preg_match("/^-?[0-9][0-9]*$/", $feed) != false) {
|
||||
|
||||
$ref_check_qpart = ($max_id) ? "ref_id <= '$max_id'" : "true";
|
||||
$ref_check_qpart = ($max_id &&
|
||||
!get_pref($link, 'REVERSE_HEADLINES')) ? "ref_id <= '$max_id'" : "true";
|
||||
|
||||
if (is_numeric($feed)) {
|
||||
if ($cat_view) {
|
||||
|
||||
Reference in New Issue
Block a user