diff --git a/modules/editor/editor.model.php b/modules/editor/editor.model.php index b66a0327f..1923a2c43 100644 --- a/modules/editor/editor.model.php +++ b/modules/editor/editor.model.php @@ -106,6 +106,9 @@ class editorModel extends editor */ public static function getEditor($upload_target_srl = 0, $option = null) { + // Load language files. + Context::loadLang('./modules/editor/lang'); + // Initialize options. if (!is_object($option)) {