forked from GNUsocial/gnu-social
making more sense in mail_notify_fav
We should probably get rid of this function, at least storing everything in lib/mail.php - but until then, at least let's make it more understandable.
This commit is contained in:
@@ -40,7 +40,9 @@ class FavCommand extends Command
|
||||
|
||||
if ($other && $other->id != $this->user->id) {
|
||||
if ($other->email && $other->emailnotifyfav) {
|
||||
mail_notify_fave($other, $this->user, $notice);
|
||||
require_once INSTALLDIR.'/lib/mail.php';
|
||||
|
||||
mail_notify_fave($other, $this->user->getProfile(), $notice);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user