mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +02:00
Fix for SEF URL generation selector.
This commit is contained in:
@@ -725,7 +725,7 @@ class links_admin_form_ui extends e_admin_form_ui
|
||||
|
||||
foreach($config as $k=>$v)
|
||||
{
|
||||
if($k == 'index') // only provide urls without dynamic elements.
|
||||
if($k == 'index' || (strpos($v['regex'],'(') === false)) // only provide urls without dynamic elements.
|
||||
{
|
||||
$opts[] = $k;
|
||||
}
|
||||
|
Reference in New Issue
Block a user