From d7d324d36547c4daa2174c1e929d3944c8222cd2 Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 16 Jan 2017 13:17:32 -0800 Subject: [PATCH] Fix for Fatal error on PHP 5.4 --- e107_admin/comment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_admin/comment.php b/e107_admin/comment.php index 101a6cb08..e69c7a5b7 100644 --- a/e107_admin/comment.php +++ b/e107_admin/comment.php @@ -73,7 +73,7 @@ class comments_admin_ui extends e_admin_ui 'comment_type' => array('title'=> LAN_TYPE, 'type' => 'method', 'width' => '10%', 'filter'=>TRUE), - 'comment_item_id' => array('title'=> LAN_ITEM." ".LAN_ID, 'type' => 'text', 'readonly'=>2, 'data'=>'int', 'width' => '5%'), + 'comment_item_id' => array('title'=> LAN_ITEM, 'type' => 'text', 'readonly'=>2, 'data'=>'int', 'width' => '5%'), 'comment_subject' => array('title'=> LAN_SUBJECT, 'type' => 'text', 'width' => 'auto', 'thclass' => 'left first', 'writeParms'=>array('size'=>'xxlarge')), // Display name 'comment_comment' => array('title'=> LAN_COMMENTS, 'type' => 'textarea', 'width' => '30%', 'readParms' => 'expand=...&truncate=50&bb=1', 'writeParms'=>'size=xxlarge'), // Display name 'comment_author_id' => array('title'=> LAN_AUTHOR, 'type' => 'user', 'data' => 'int', 'width' => 'auto', 'writeParms' => 'nameField=comment_author_name'), // User id