mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11840] Fix regex
PHPBB3-11840
This commit is contained in:
parent
fd022123c0
commit
e905a46b8c
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ class metadata_manager
|
|||
// Basic fields
|
||||
$fields = array(
|
||||
'name' => '#^[a-zA-Z0-9_\x7f-\xff]{2,}/[a-zA-Z0-9_\x7f-\xff]{2,}$#',
|
||||
'type' => 'phpbb-extension',
|
||||
'type' => '#^phpbb-extension$#',
|
||||
'licence' => '#.+#',
|
||||
'version' => '#.+#',
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue