mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
오토로딩 경로 오류 수정
This commit is contained in:
parent
df9b5a265a
commit
918393b070
1 changed files with 1 additions and 1 deletions
|
|
@ -351,7 +351,7 @@ $GLOBALS['__xe_autoload_file_map'] = array_change_key_case(array(
|
|||
'TemplateHandler' => 'classes/template/TemplateHandler.class.php',
|
||||
'Validator' => 'classes/validator/Validator.class.php',
|
||||
'WidgetHandler' => 'classes/widget/WidgetHandler.class.php',
|
||||
'GeneralXmlParser' => 'classes/widget/GeneralXmlParser.class.php',
|
||||
'GeneralXmlParser' => 'classes/xml/GeneralXmlParser.class.php',
|
||||
'Xml_Node_' => 'classes/xml/XmlParser.class.php',
|
||||
'XmlGenerator' => 'classes/xml/XmlGenerator.class.php',
|
||||
'XmlJsFilter' => 'classes/xml/XmlJsFilter.class.php',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue