1
dpawlowski
Re: wmpdownloads permission problem
  • 2006/2/2 12:43

  • dpawlowski

  • Just popping in

  • Posts: 1

  • Since: 2006/2/2 9


groupaccess.php

There is problem with array_merge() in PHP5.

You have to change line:

$grps = array_merge( $xoopsUser->getGroups(), XOOPS_GROUP_ANONYMOUS);

to line:

$grps = array_merge( $xoopsUser->getGroups(),
(array)XOOPS_GROUP_ANONYMOUS);

Regards,
Dariusz,




TopTop



Login

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Aug 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!