mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Don't add regexp for custom namespaces empty if none are registered
This commit is contained in:
parent
32832d1ab2
commit
a5bc18f015
1 changed files with 0 additions and 4 deletions
|
|
@ -1484,10 +1484,6 @@ class ModuleController extends Module
|
|||
{
|
||||
$namespaces['regexp'] = '!^(' . implode('|', $regexp) . ')/(\\w+/)*(\\w+)$!';
|
||||
}
|
||||
else
|
||||
{
|
||||
$namespaces['regexp'] = '';
|
||||
}
|
||||
|
||||
// Update system configuration.
|
||||
if ($changed)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue