浏览代码

Bug feed->hash for 301 redirections, favicons

Alexandre Alapetite 12 年之前
父节点
当前提交
b8e6a3b5b2
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/Models/Feed.php

+ 1 - 0
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);
 		}