Page 1 of 1

[Solved] Navigator includeprefix or items=

Posted: Fri Apr 10, 2015 1:26 pm
by jce76350
last rev 9903
If I use
{Navigator number_of_levels="1" items="xxxxr"}
or
{Navigator number_of_levels="1" includeprefix="xxx"}
Undefined variable: oneitem in \modules\Navigator\action.default.php on line 237
so line 237 $tmp = $hm->sureGetNodeByAlias(trim($oneitem));
seems $tmp = $hm->sureGetNodeByAlias(trim($item)); //need somme tests :)

Re: Navigator includeprefix or items=

Posted: Fri Apr 10, 2015 4:09 pm
by calguy1000
should be fixed now. it was a one liner.

Re: Navigator includeprefix or items=

Posted: Fri Apr 10, 2015 4:24 pm
by jce76350
OK Solved for me