2020-02-21, 23:17:28
(2019-02-26, 00:52:02)Carlos Wrote: Try changing i18n_navigation/frontend.class.php line 219
Code:'haschildren' => $showChildren ? count($children) > 0 : self::hasChildren($childurl, $show)
to this:
Code:'haschildren' => $showChildren ? $children && count($children) > 0 : self::hasChildren($childurl, $show)
(Not tested.)
Dear Carlos,
The problem-causing line is still in the actual version and I changed the line, now it is ok at my client's site
Will there be an update in future?
Thanks for all help,
Connie
|--
Das deutschsprachige GetSimple-(Unter-)Forum: http://get-simple.info/forums/forumdisplay.php?fid=18
Das deutschsprachige GetSimple-(Unter-)Forum: http://get-simple.info/forums/forumdisplay.php?fid=18