mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
Fixed small bug related to email sending
git-svn-id: file:///svn/phpbb/trunk@5077 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -75,7 +75,11 @@ class ucp_remind extends module
|
||||
);
|
||||
|
||||
$messenger->send($row['user_notify_type']);
|
||||
if ($messenger->queue)
|
||||
{
|
||||
$messenger->queue->save();
|
||||
}
|
||||
|
||||
|
||||
meta_refresh(3, "index.$phpEx$SID");
|
||||
|
||||
|
Reference in New Issue
Block a user