Waiting for a better solution :
I have commented ligne 72 & 73 :
/*
$grabTags = strtolower(implode(array_keys($tagReplace),"-"));
if (preg_match("#{(".$grabTags.")}#is", $row->text)==false) return;
*/
Module is still working and message has disappeared.
But I'm sure there'a better solution ?