From d831db96b25b4890136aa6a790fdf50faff6fbe5 Mon Sep 17 00:00:00 2001 From: taggon Date: Tue, 15 Mar 2011 06:45:38 +0000 Subject: [PATCH] =?UTF-8?q?=EC=98=81=EB=AC=B8=EB=B2=95=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8182 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- classes/module/ModuleHandler.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/module/ModuleHandler.class.php b/classes/module/ModuleHandler.class.php index 09cfe6746..bcc0de62d 100644 --- a/classes/module/ModuleHandler.class.php +++ b/classes/module/ModuleHandler.class.php @@ -318,7 +318,7 @@ function displayContent($oModule = NULL) { // If the module is not set or not an object, set error if(!$oModule || !is_object($oModule)) { - $this->error = 'msg_module_is_not_exists'; + $this->error = 'msg_module_does_not_exists'; } // If connection to DB has a problem even though it's not install module, set error