mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 17:50:12 +02:00
Linkgen Fixes. Added e107::url() backward compatibility with earlier SEF creation method.
This commit is contained in:
@@ -134,7 +134,7 @@ class news_cat_ui extends e_admin_ui
|
||||
'options' => array('title'=> LAN_OPTIONS, 'type' => null, 'width' => '10%', 'forced'=>TRUE, 'thclass' => 'center last', 'class' => 'center', 'sort' => true)
|
||||
);
|
||||
|
||||
protected $fieldpref = array('checkboxes', 'category_icon', 'category_id', 'category_name', 'category_description','category_manager', 'category_order', 'options');
|
||||
protected $fieldpref = array('checkboxes', 'category_icon', 'category_id', 'category_name', 'category_description', 'category_sef', 'category_manager', 'category_order', 'options');
|
||||
|
||||
// protected $newspost;
|
||||
|
||||
|
Reference in New Issue
Block a user