fix namespace detection

This commit is contained in:
ghost 2023-12-22 17:41:26 +02:00
parent 3c0dbf69bd
commit aaad5a6e4b

View File

@ -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]))
{ {