syndicated feeds: default to change exported guid

This commit is contained in:
Andrew Dolgov 2013-11-20 20:12:29 +04:00
parent 7d36c24c20
commit 5bcb7b61b0
1 changed files with 1 additions and 1 deletions

View File

@ -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';