mirror of
https://github.com/kevachat/webapp.git
synced 2025-01-22 20:44:59 +00:00
fix namespace detection
This commit is contained in:
parent
3c0dbf69bd
commit
aaad5a6e4b
@ -218,7 +218,7 @@ class AppExtension extends AbstractExtension
|
|||||||
): string
|
): string
|
||||||
{
|
{
|
||||||
// Search not filtered namespaces
|
// Search not filtered namespaces
|
||||||
if (preg_match_all('~(N[A-z0-9]{33})~i', $text, $matches))
|
if (preg_match_all('~(N[A-z0-9]{33})~', $text, $matches))
|
||||||
{
|
{
|
||||||
if (empty($matches[1]))
|
if (empty($matches[1]))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user