Fix missing editor lang

This commit is contained in:
Kijin Sung 2020-10-01 17:10:03 +09:00
parent 9d0e808514
commit f5ff91491b

View file

@ -106,6 +106,9 @@ class editorModel extends editor
*/ */
public static function getEditor($upload_target_srl = 0, $option = null) public static function getEditor($upload_target_srl = 0, $option = null)
{ {
// Load language files.
Context::loadLang('./modules/editor/lang');
// Initialize options. // Initialize options.
if (!is_object($option)) if (!is_object($option))
{ {