From 83a91ff6c9aedcd82ff8c5949c9340d91a517a7e Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 31 Aug 2015 17:38:31 -0700 Subject: [PATCH] Display news_class by default in admin area. --- e107_admin/newspost.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_admin/newspost.php b/e107_admin/newspost.php index fec851c10..5e2ca0c5f 100644 --- a/e107_admin/newspost.php +++ b/e107_admin/newspost.php @@ -413,7 +413,7 @@ class news_admin_ui extends e_admin_ui ); - protected $fieldpref = array('checkboxes','news_id', 'news_thumbnail', 'news_title', 'news_datestamp', 'news_category', 'options'); + protected $fieldpref = array('checkboxes','news_id', 'news_thumbnail', 'news_title', 'news_datestamp', 'news_category', 'news_class', 'options'); /* //TODO protected $prefs = array(