mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Fix missing editor lang
This commit is contained in:
parent
9d0e808514
commit
f5ff91491b
1 changed files with 3 additions and 0 deletions
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue