aboutsummaryrefslogtreecommitdiff
path: root/app/Models
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-07-05 11:17:23 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-07-05 11:17:23 +0200
commitb8e6a3b5b2f74db15aa7a13d8cb39528c40f91d8 (patch)
treeff14d99194cd5dcbf78379247c8541f41af63f18 /app/Models
parent805c91da98c2f582e279f3c853fba9e43f572419 (diff)
Bug feed->hash for 301 redirections, favicons
Diffstat (limited to 'app/Models')
-rw-r--r--app/Models/Feed.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Models/Feed.php b/app/Models/Feed.php
index 8093b2bfd..c9f1230ad 100644
--- a/app/Models/Feed.php
+++ b/app/Models/Feed.php
@@ -124,6 +124,7 @@ class FreshRSS_Feed extends Minz_Model {
$this->id = $value;
}
public function _url ($value, $validate=true) {
+ $this->hash = null;
if ($validate) {
$value = checkUrl($value);
}