영문법 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8182 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2011-03-15 06:45:38 +00:00
parent 03e0340b46
commit d831db96b2

View file

@ -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