Vox Populi(x) forum

Alexandria Book Library => Errori (Bugs) => Topic started by: federica on 04 February 2015, 11:38:53

Title: How to fix the category tree trouble
Post by: federica on 04 February 2015, 11:38:53
Edit administrator/components/com_abook/models/fields/categoryparent.php line 100
from:
$options[$i]->value = 0;
to:
$options[$i]->value = 1;
Title: Re: How to fix the category tree trouble
Post by: pankost on 04 February 2015, 13:15:29
it works now!
thank you