From 3b1a733a429f05d1b0696284c25dc7a8ae0ec1e3 Mon Sep 17 00:00:00 2001 From: YJSoft Date: Wed, 26 Aug 2015 20:35:46 +0900 Subject: [PATCH] =?UTF-8?q?Class=EB=AA=85=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- classes/db/DB.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/db/DB.class.php b/classes/db/DB.class.php index 492f2bd77..02dcd1be4 100644 --- a/classes/db/DB.class.php +++ b/classes/db/DB.class.php @@ -215,7 +215,7 @@ class DB */ function getEnableList() { - is_a($this, 'Context') ? $self = $this : $self = self::getInstance(); + is_a($this, 'DB') ? $self = $this : $self = self::getInstance(); if(!$self->supported_list) { @@ -244,7 +244,7 @@ class DB */ function getDisableList() { - is_a($this, 'Context') ? $self = $this : $self = self::getInstance(); + is_a($this, 'DB') ? $self = $this : $self = self::getInstance(); if(!$self->supported_list) {