We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec58816 commit cfb1a8fCopy full SHA for cfb1a8f
1 file changed
modules/aggiornamenti/modutil.php
@@ -438,7 +438,7 @@ function customViewsNotStandard()
438
function normalizeModuleOptions($text)
439
{
440
// Rimuovi tutti i tag BR (tutte le varianti)
441
- $text = preg_replace('/<br\s*\/?>/i', '', $text);
+ $text = preg_replace('/<br\s*\/?>/i', '', (string)$text);
442
443
// Normalizza spazi multipli
444
$text = preg_replace('/\s+/', ' ', $text);
0 commit comments