- Issue created by @trickfun
- 🇮🇳India priti197
Solution:
Replace line 205 of /src/Plugin/views/row/XmlFeedViewsFields.php
From
$fieldLine = str_replace($fieldArray[0][$i], $data, $fieldLine);To
$fieldLine = str_replace($fieldArray[0][$i], $data ?? '', $fieldLine); - First commit to issue fork.
- Merge request !11Resolve #3486335 "Deprecated function strreplace" → (Merged) created by Unnamed author
-
astonvictor →
committed 13f04e53 on 2.0.x authored by
atul_ghate →
Resolve #3486335 "Deprecated function strreplace"
-
astonvictor →
committed 13f04e53 on 2.0.x authored by
atul_ghate →