git-svn-id: http://xe-core.googlecode.com/svn/trunk@1271 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-23 02:41:31 +00:00
parent 6de340fef5
commit ea478b24e4

View file

@ -191,7 +191,6 @@
* @brief 지정된 언어파일 로드
**/
function loadLang($path) {
return;
$oContext = &Context::getInstance();
$oContext->_loadLang($path);
}