mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
Remove duplicate checking of new message flag file
This commit is contained in:
parent
9fc1926dc3
commit
25cf1856a6
1 changed files with 0 additions and 3 deletions
|
|
@ -116,9 +116,6 @@ class communicationView extends communication
|
|||
$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);
|
||||
Context::set('total_page', $output->total_page);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue