mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 00:07:44 +02:00
[ticket/10684] Fix 2 typos in comment lines.
PHPBB3-10684
This commit is contained in:
@@ -1220,7 +1220,7 @@ function user_notification($mode, $subject, $topic_title, $forum_name, $forum_id
|
||||
// forum notification is sent to those not already receiving topic notifications
|
||||
if ($topic_notification)
|
||||
{
|
||||
// Add users who has been already notified to ignore list
|
||||
// Add users who have been already notified to ignore list
|
||||
if (sizeof($notify_rows))
|
||||
{
|
||||
foreach ($notify_rows as $user_id => $row)
|
||||
|
Reference in New Issue
Block a user