mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 04:52:14 +09:00
영문법 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8182 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
03e0340b46
commit
d831db96b2
1 changed files with 1 additions and 1 deletions
|
|
@ -318,7 +318,7 @@
|
||||||
function displayContent($oModule = NULL) {
|
function displayContent($oModule = NULL) {
|
||||||
// If the module is not set or not an object, set error
|
// If the module is not set or not an object, set error
|
||||||
if(!$oModule || !is_object($oModule)) {
|
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
|
// If connection to DB has a problem even though it's not install module, set error
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue