From 16a03d955f298a44a6f8a07137af866700e312e0 Mon Sep 17 00:00:00 2001 From: Cameron Date: Tue, 15 Nov 2016 12:33:16 -0800 Subject: [PATCH] Possible fix for inline-editing on news. --- e107_handlers/news_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_handlers/news_class.php b/e107_handlers/news_class.php index 59ffa06ef..52efbb04c 100644 --- a/e107_handlers/news_class.php +++ b/e107_handlers/news_class.php @@ -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'),