git-svn-id: http://xe-core.googlecode.com/svn/trunk@1262 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-20 09:40:10 +00:00
parent e5db303dea
commit e1c7e3be8b
3 changed files with 14 additions and 6 deletions

View file

@ -328,6 +328,7 @@
// serialize하여 저장
$obj->category_xml_file = sprintf("./files/cache/blog_category/%s.xml.php", $module_srl);
$obj->mid = $module_info->mid;
$skin_vars = serialize($obj);
$oModuleController = &getController('module');