This commit is contained in:
Damyon Wiese
2013-11-11 10:41:40 +08:00
3 changed files with 28 additions and 8 deletions
+1
View File
@@ -128,6 +128,7 @@ class core_user {
if (empty(self::$noreplyuser)) {
self::$noreplyuser = self::get_dummy_user_record();
self::$noreplyuser->maildisplay = '1'; // Show to all.
}
self::$noreplyuser->emailstop = 1; // Force msg stop for this user.
return self::$noreplyuser;