Remove duplicate checking of new message flag file

This commit is contained in:
Kijin Sung 2016-03-16 19:22:53 +09:00
parent 9fc1926dc3
commit 25cf1856a6

View file

@ -115,9 +115,6 @@ 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);
// Update flag file
getController('communication')->updateFlagFile($logged_info->member_srl);
// set a template file
Context::set('total_count', $output->total_count);