mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
parent
ceded5d0bb
commit
bad8e55abc
2 changed files with 2 additions and 2 deletions
|
@ -1881,7 +1881,7 @@ if (typeof gtag !== \"function\") {
|
|||
$row['photo'] = self::getPhoto($row['id']);
|
||||
$row['background'] = self::getBackground($row['id']);
|
||||
$row['tags'] = self::getTags($row['id']);
|
||||
$row['name'] = preg_replace('/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x9F]/u', '', $row['name']);
|
||||
$row['name'] = @preg_replace('/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x9F]/u', '', $row['name']);
|
||||
$row['isEmailVerified'] = $row['emailVerified'];
|
||||
if (!is_null($row['externalOptions'])) {
|
||||
$externalOptions = self::decodeExternalOption($row['externalOptions']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue