mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 21:38:54 +00:00
[ticket/12371] Fix typos in comment
PHPBB3-12371
This commit is contained in:
parent
7324cb051f
commit
2bb12d0d6f
1 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@ class post extends \phpbb\notification\type\base
|
|||
|
||||
$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
|
||||
// so there is no use to add all of them anyway.
|
||||
if (sizeof($responders) > 25)
|
||||
|
|
Loading…
Add table
Reference in a new issue