mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-12 13:32:16 +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)
|
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))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue