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