From 7ddecec80287573bcd1a9d0d0699ba5df90221d2 Mon Sep 17 00:00:00 2001 From: BJRambo Date: Fri, 1 Sep 2023 12:46:29 +0900 Subject: [PATCH] =?UTF-8?q?PHP=20=EC=B0=B8=EC=A1=B0=20=EB=AC=B8=EC=9E=90?= =?UTF-8?q?=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/ncenterlite/ncenterlite.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ncenterlite/ncenterlite.class.php b/modules/ncenterlite/ncenterlite.class.php index 163120cd2..d0b91bf17 100644 --- a/modules/ncenterlite/ncenterlite.class.php +++ b/modules/ncenterlite/ncenterlite.class.php @@ -22,7 +22,7 @@ class ncenterlite extends ModuleObject function checkUpdate() { $oModuleModel = getModel('module'); - $oDB = &DB::getInstance(); + $oDB = DB::getInstance(); foreach(['notify_type', 'readed', 'target_body', 'target_browser', 'target_p_srl'] as $column_name) { @@ -105,7 +105,7 @@ class ncenterlite extends ModuleObject { $oModuleModel = getModel('module'); $oModuleController = getController('module'); - $oDB = &DB::getInstance(); + $oDB = DB::getInstance(); if(!$oDB->isColumnExists('ncenterlite_notify','notify_type')) {