Security patch issue!!! Hi when i install the securty patch for 4.5.0.9 i get an error on the frontpage...
which is
Warning: Missing argument 5 for mosmenucheck() in c:\apache\Apache\htdocs\mobo\MamboV4.5-Stable-1.0.9\classes\mambo.php on line 1668
then when i go to mainbody.php and change this
$ret = mosMenuCheck( $Itemid, $option, $task, $gid );
to
$ret = mosMenuCheck( $Itemid, $option, $task, @$id, $gid );
it fixes the problem?
can someone tell me have i done something wrong??? |