mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +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+)$!';
|
$namespaces['regexp'] = '!^(' . implode('|', $regexp) . ')/(\\w+/)*(\\w+)$!';
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
$namespaces['regexp'] = '';
|
|
||||||
}
|
|
||||||
|
|
||||||
// Update system configuration.
|
// Update system configuration.
|
||||||
if ($changed)
|
if ($changed)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue