Disable email sending on Role change
rayk
New
Vanilla 1 question!
How do I disable the sending of email when I change someones role?
Cheers
How do I disable the sending of email when I change someones role?
Cheers
0
Comments
Change it from this:
$e->Send();to this:
// $e->Send();Here's the file on Google code: http://code.google.com/p/lussumo-vanilla/source/browse/trunk/src/library/People/People.Class.UserManager.php#190