OSDN Git Service

#18507 - Typo at costume column name.
[mulab/sd3rd.git] / trust_path / modules / sd3rd / class / handler / Costume.class.php
index a4681e9..ea05772 100644 (file)
@@ -47,7 +47,7 @@ class Sd3rd_CostumeObject extends XoopsSimpleObject
         $this->initVar('modify_act', XOBJ_DTYPE_INT, '', false);
         $this->initVar('modify_avoid', XOBJ_DTYPE_INT, '', false);
         $this->initVar('move_cost', XOBJ_DTYPE_INT, '', false);
-        $this->initVar('regist_time', XOBJ_DTYPE_INT, '', false);
+        $this->initVar('register_time', XOBJ_DTYPE_INT, '', false);
     }
 }