1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-27 00:05:46 +02:00

Use news_class on print page.

This commit is contained in:
Cameron
2018-01-16 14:41:51 -08:00
parent be8ebe6850
commit c2048c1c2f
3 changed files with 13 additions and 3 deletions

View File

@@ -563,7 +563,7 @@ class e_news_item extends e_front_model
{
protected $_db_table = 'news';
protected $_field_id = 'news_id';
protected $_cache_string = 'news_item_';
protected $_cache_string = 'news_item_{ID}';
/**
* Shortcodes - simple field getter (basic formatting)