1
0
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:
Cameron
2016-06-27 18:03:09 -07:00
parent b84c3201fa
commit b82cfaea92

View File

@@ -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;
}