Minahito
minah****@users*****
2006年 10月 17日 (火) 01:03:45 JST
Index: xoops2jp/html/modules/legacyRender/class/ActionFrame.class.php diff -u xoops2jp/html/modules/legacyRender/class/ActionFrame.class.php:1.1.2.6.2.4 xoops2jp/html/modules/legacyRender/class/ActionFrame.class.php:1.1.2.6.2.5 --- xoops2jp/html/modules/legacyRender/class/ActionFrame.class.php:1.1.2.6.2.4 Mon Oct 16 18:55:57 2006 +++ xoops2jp/html/modules/legacyRender/class/ActionFrame.class.php Tue Oct 17 01:03:45 2006 @@ -29,7 +29,7 @@ { $this->mAdminFlag = $admin; $this->mCreateAction =& new XCube_Delegate(); - $this->mCreateAction->register('LegacyRender_ActionFrame.createAction'); + $this->mCreateAction->register('LegacyRender_ActionFrame.CreateAction'); $this->mCreateAction->add(array(&$this, '_createAction')); }