Notice PHP sur un objet en prévisu
Deprecated: Automatic conversion of false to array is deprecated in ~/comments_fonctions.php on line 89
Effectivement $flux['data']
= false
lorsqu’on est en prévisu d’un objet qui affiche le formulaire de forum.
function comments_formulaire_charger($flux){
if ($flux['args']['form']=='forum'){
$flux['data']['notification']=1;
}
return $flux;
}