Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
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