mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 05:09:56 +09:00
Fixed the position of the comment
This commit is contained in:
parent
e7b21ea2ee
commit
8e39e77db7
1 changed files with 2 additions and 1 deletions
|
|
@ -654,10 +654,11 @@ class ncenterliteController extends ncenterlite
|
|||
|
||||
// 알림 목록 가져오기
|
||||
$_output = $oNcenterliteModel->getMyNotifyList();
|
||||
// 알림 메시지가 없어도 항상 표시하게 하려면 이 줄을 제거 또는 주석 처리하세요.
|
||||
if(!$_output->data)
|
||||
{
|
||||
return;
|
||||
} // 알림 메시지가 없어도 항상 표시하게 하려면 이 줄을 제거 또는 주석 처리하세요.
|
||||
}
|
||||
|
||||
$_latest_notify_id = array_slice($_output->data, 0, 1);
|
||||
$_latest_notify_id = $_latest_notify_id[0]->notify;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue