This commit is contained in:
Laurent Destailleur
2023-05-11 02:04:25 +02:00
parent a22a83827a
commit f59987af77
12 changed files with 14 additions and 14 deletions

View File

@@ -211,7 +211,7 @@ class RssParser
}
$this->_urlRSS = $urlRSS;
$newpathofdestfile = $cachedir.'/'.dol_hash($this->_urlRSS, 3); // Force md5 hash (does not contains special chars)
$newpathofdestfile = $cachedir.'/'.dol_hash($this->_urlRSS, 3); // Force md5 hash (does not contain special chars)
$newmask = '0644';
//dol_syslog("RssPArser::parser parse url=".$urlRSS." => cache file=".$newpathofdestfile);