From 6148a0f7a30ca70f8b267e4684e28e55cbeedf55 Mon Sep 17 00:00:00 2001 From: MDW Date: Sun, 17 Mar 2024 15:36:02 +0100 Subject: [PATCH] fixup! Fix PhanUndeclaredFunctionInCallable by disabling notification in specific case --- htdocs/core/class/rssparser.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/rssparser.class.php b/htdocs/core/class/rssparser.class.php index 4fa6b8eed6d..06f851912d9 100644 --- a/htdocs/core/class/rssparser.class.php +++ b/htdocs/core/class/rssparser.class.php @@ -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