From 8e39e77db75e489a45f35d05121969bc7fd6a7f5 Mon Sep 17 00:00:00 2001 From: BJRambo Date: Thu, 17 Mar 2016 07:55:08 +0900 Subject: [PATCH] Fixed the position of the comment --- modules/ncenterlite/ncenterlite.controller.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/ncenterlite/ncenterlite.controller.php b/modules/ncenterlite/ncenterlite.controller.php index f8368eb9f..ae9928f8e 100644 --- a/modules/ncenterlite/ncenterlite.controller.php +++ b/modules/ncenterlite/ncenterlite.controller.php @@ -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;