mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
fixup! Fix PhanUndeclaredFunctionInCallable by disabling notification in specific case
This commit is contained in:
@@ -219,7 +219,7 @@ class RssParser
|
||||
$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);
|
||||
//dol_syslog("RssParser::parser parse url=".$urlRSS." => cache file=".$newpathofdestfile);
|
||||
$nowgmt = dol_now();
|
||||
|
||||
// Search into cache
|
||||
|
||||
Reference in New Issue
Block a user