I have a php script Jumi installed on Joomla and the error log is full with this error:
Undefined variable: noscript in /public_html/plugins/system/jumi/jumi.php on line 102
It seems that Jumi is not optimized for PHP 5.4
line 102>> $content = str_replace('', $noscript . '', $content);
103>> JResponse::setBody($content);
Can I change this line to make it compatible with PHP 5.4+ ?