in : /modules/mod_mainmenu/helper.php
You can change this :
function buildXML(&$params)
to
function buildXML($params)
and it will solve it for you 😉
in : /modules/mod_mainmenu/helper.php
You can change this :
function buildXML(&$params)
to
function buildXML($params)
and it will solve it for you 😉