mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
fix warning
This commit is contained in:
@@ -446,7 +446,7 @@ class RssParser
|
||||
$itemDescription = sanitizeVal((string) $item['description']);
|
||||
$itemPubDate = sanitizeVal((string) $item['pubdate']);
|
||||
$itemId = sanitizeVal((string) $item['guid']);
|
||||
$itemAuthor = sanitizeVal((string) $item['author']);
|
||||
$itemAuthor = sanitizeVal((string) ($item['author'] ?? ''));
|
||||
}
|
||||
|
||||
// Loop on each category
|
||||
|
||||
Reference in New Issue
Block a user