Sfoglia il codice sorgente

Bug feed->hash for 301 redirections, favicons

Alexandre Alapetite 11 anni fa
parent
commit
b8e6a3b5b2
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;
 		$this->id = $value;
 	}
 	}
 	public function _url ($value, $validate=true) {
 	public function _url ($value, $validate=true) {
+		$this->hash = null;
 		if ($validate) {
 		if ($validate) {
 			$value = checkUrl($value);
 			$value = checkUrl($value);
 		}
 		}