Skip to main content Help Control Panel

YACS CMS : Open source !

Community «   Le forum «   Soupçons de bogues «   Bugs 7.4 Catégorie «  

Comment: Bugs 7.4 Catégorie

<< Previous Next >>
L'erreur sur le titre est à corriger dans categories/categories.php. Elle est due à un test incomplet dans la fonction get_options().

Pour patcher, changer la ligne 399 :
// create a default category if it does not exist
if(!$current Categories::lookup($nick_name)) {


comme suit :
// create a default category if it does not exist
if($nick_name && (!$current Categories::lookup($nick_name))) {


Ceci sera intégrée dans la 7.5

by Bernard on May 13 2007