mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 07:05:56 +00:00
syndicated feeds: default to change exported guid
This commit is contained in:
@@ -377,7 +377,7 @@ class Handler_Public extends Handler {
|
||||
$order = $this->dbh->escape_string($_REQUEST["order"]);
|
||||
|
||||
$format = $this->dbh->escape_string($_REQUEST['format']);
|
||||
$orig_guid = !sql_bool_to_bool($_REQUEST["no_orig_guid"]);
|
||||
$orig_guid = sql_bool_to_bool($_REQUEST["orig_guid"]);
|
||||
|
||||
if (!$format) $format = 'atom';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user