Quote:
Originally Posted by Mooff
Damn missed that one. I do not get this warning on my board (though i know where the problem lies, error message is pretty clear). Can you check for me if the warning goes away when we use an empty permission string?
old:
Code:
$vB_DataManager_PM->set_recipients($modlist);
new:
Code:
$permissions = array();
$vB_DataManager_PM->set_recipients($modlist, $permissions);
If not, i'm gonna need some time to find out how exactly i have to design that permission thing.
|
Thanks for your support, that solved the problem, but i will no longer see the redirect page after submitting a report.