Je viens d'installer le module Play, et ça marche pas

J'utilise la version cmsma 1.2. Quelqu'un sait ou est le problème?Fatal error: Call to undefined function: htmlspecialchars_decode() in /home/sites/sffq.org/public_html/mathieufortin/modules/Play/Play.module.php on line 73
Voici ce qu'on trouve dans le code à la ligne 73 :
Code: Select all
72 global $config;
73 $link = str_replace("&","%26",htmlspecialchars_decode($link));
74 $link = str_replace(",","%2C", $link);