mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 22:57:14 +02:00
Plugin-Builder: Allow numbers in plugin folder name.
This commit is contained in:
@@ -1879,7 +1879,7 @@ class pluginBuilder
|
||||
case 'main-name':
|
||||
$help = "The name of your plugin. (Must be written in English)";
|
||||
$required = true;
|
||||
$pattern = "[A-Za-z ]*";
|
||||
$pattern = "[A-Za-z0-9 ]*";
|
||||
break;
|
||||
|
||||
case 'main-lang':
|
||||
|
Reference in New Issue
Block a user