mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
Possible fix for inline-editing on news.
This commit is contained in:
@@ -380,7 +380,7 @@ class news {
|
||||
'table' => 'news',
|
||||
'pid' => 'news_id',
|
||||
'vars' => 'news_item',
|
||||
'perms' => '0',
|
||||
'perms' => 'H|H4',
|
||||
'shortcodes' => array(
|
||||
'news_title' => array('field'=>'news_title', 'type'=>'text', 'container'=>'span'),
|
||||
'news_description' => array('field'=>'news_meta_description','type'=>'text', 'container'=>'span'),
|
||||
|
Reference in New Issue
Block a user