Fixed Typo

This commit is contained in:
BJRambo 2017-06-19 16:37:01 +09:00
parent 0cdda975f9
commit c64f29767e
2 changed files with 3 additions and 2 deletions

View file

@ -122,6 +122,7 @@ class communicationView extends communication
// Extract a list
$columnList = array('message_srl', 'readed', 'title', 'member.member_srl', 'member.nick_name', 'message.regdate', 'readed_date');
$output = $oCommunicationModel->getMessages($message_type, $columnList);
debugPRint($output);
// set a template file
Context::set('total_count', $output->total_count);