1
0
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:
Cameron
2016-11-15 12:33:16 -08:00
parent 5ddff50320
commit 16a03d955f

View File

@@ -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'),