Explorar o código

Bug feed->hash for 301 redirections, favicons

Alexandre Alapetite %!s(int64=11) %!d(string=hai) anos
pai
achega
b8e6a3b5b2
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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);
 		}