diff options
| author | 2014-07-05 11:17:23 +0200 | |
|---|---|---|
| committer | 2014-07-05 11:17:23 +0200 | |
| commit | b8e6a3b5b2f74db15aa7a13d8cb39528c40f91d8 (patch) | |
| tree | ff14d99194cd5dcbf78379247c8541f41af63f18 /app/Models | |
| parent | 805c91da98c2f582e279f3c853fba9e43f572419 (diff) | |
Bug feed->hash for 301 redirections, favicons
Diffstat (limited to 'app/Models')
| -rw-r--r-- | app/Models/Feed.php | 1 |
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); } |
