mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/16524] Minor code adjustments
PHPBB3-16524
This commit is contained in:
@@ -109,7 +109,7 @@ class type_string extends type_string_common
|
||||
{
|
||||
/**
|
||||
* Check for out-of-bounds characters that are currently
|
||||
* not supported by utf8_bin in MySQL if Emoji is not allowed
|
||||
* not supported by utf8_bin in MySQL if Emoji are not allowed
|
||||
*/
|
||||
if (!$this->auth->acl_get('u_emoji'))
|
||||
{
|
||||
|
@@ -109,7 +109,7 @@ class type_text extends type_string_common
|
||||
{
|
||||
/**
|
||||
* Check for out-of-bounds characters that are currently
|
||||
* not supported by utf8_bin in MySQL if Emoji is not allowed
|
||||
* not supported by utf8_bin in MySQL if Emoji are not allowed
|
||||
*/
|
||||
if (!$this->auth->acl_get('u_emoji'))
|
||||
{
|
||||
|
Reference in New Issue
Block a user