From 522e8b3500ac9e2007ef8862292cb7d25f4c22d2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 21 Aug 2014 13:20:41 +0400 Subject: [PATCH] update debugging: add force_rehash --- include/rssfuncs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rssfuncs.php b/include/rssfuncs.php index cec44cd8..6d9247a7 100644 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -694,7 +694,7 @@ _debug("article hash: $entry_current_hash [stored=$entry_stored_hash]", $debug_enabled); - if ($entry_current_hash == $entry_stored_hash) { + if ($entry_current_hash == $entry_stored_hash && !isset($_REQUEST["force_rehash"])) { _debug("stored article seems up to date [IID: $base_entry_id], updating timestamp only", $debug_enabled); // we keep encountering the entry in feeds, so we need to -- 2.39.2