tagging icon indicating copy to clipboard operation
tagging copied to clipboard

Problème sur la page qui affiche tous les contenus d'un tag

Open djenvert opened this issue 16 years ago • 0 comments

Sauf erreur, ça ne fonctionne pas. Il faut remplacer la clause where de la ligne 91 $tagged = $this->paginate('Tagged', array('Tag.id' => $tag['Tag']['id']));

par

$tagged = $this->paginate('Tagged', array('Tagged.tag_id' => $tag['Tag']['id']));

djenvert avatar Jun 14 '09 17:06 djenvert