mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/12371] Fix typos in comment
PHPBB3-12371
This commit is contained in:
@@ -407,7 +407,7 @@ class post extends \phpbb\notification\type\base
|
|||||||
|
|
||||||
$responders = ($responders === null) ? array() : $responders;
|
$responders = ($responders === null) ? array() : $responders;
|
||||||
|
|
||||||
// Do not add more then 25 responder,
|
// Do not add more than 25 responders,
|
||||||
// we trim the username list to "a, b, c and x others" anyway
|
// we trim the username list to "a, b, c and x others" anyway
|
||||||
// so there is no use to add all of them anyway.
|
// so there is no use to add all of them anyway.
|
||||||
if (sizeof($responders) > 25)
|
if (sizeof($responders) > 25)
|
||||||
|
Reference in New Issue
Block a user