1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 13:21:54 +02:00

Fix for SEF URL regeneration

This commit is contained in:
Cameron
2013-12-19 22:49:02 -08:00
parent 590add3c4a
commit 146fc7d079
4 changed files with 5 additions and 2 deletions

View File

@@ -55,6 +55,7 @@ class core_page_sef_noid_url extends eUrlConfig
'description' => LAN_EURL_PAGE_SEFNOID_DESCR, //
'examples' => array("{SITEURL}page/page-title")
),
'generate' => array('table'=> 'page', 'primary'=>'page_id', 'input'=>'page_title', 'output'=>'page_sef'),
'form' => array(), // Under construction - additional configuration options
'callbacks' => array(), // Under construction - could be used for e.g. URL generator functionallity
);