summaryrefslogtreecommitdiff
path: root/app/Models
diff options
context:
space:
mode:
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);
}