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.
@FF|Skyrider
Did you report a post or an article comment?
This mod does not work for blogs, pms ...