Tom Hayakawa
tom_g3x****@users*****
2006年 12月 8日 (金) 13:47:20 JST
Index: xoops2jp/html/modules/user/kernel/LegacypageFunctions.class.php diff -u xoops2jp/html/modules/user/kernel/LegacypageFunctions.class.php:1.1.2.11.2.5 xoops2jp/html/modules/user/kernel/LegacypageFunctions.class.php:1.1.2.11.2.6 --- xoops2jp/html/modules/user/kernel/LegacypageFunctions.class.php:1.1.2.11.2.5 Fri Nov 10 20:30:01 2006 +++ xoops2jp/html/modules/user/kernel/LegacypageFunctions.class.php Fri Dec 8 13:47:20 2006 @@ -1,7 +1,7 @@ <?php /** * @package user - * @version $Id: LegacypageFunctions.class.php,v 1.1.2.11.2.5 2006/11/10 11:30:01 minahito Exp $ + * @version $Id: LegacypageFunctions.class.php,v 1.1.2.11.2.6 2006/12/08 04:47:20 tom_g3x Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -141,7 +141,7 @@ $root =& XCube_Root::getSingleton(); $moduleRunner = new User_ActionFrame(false); - $moduleRunner->setActionName("Lostpass"); + $moduleRunner->setActionName("LostPass"); $root->mController->mExecute->add(array(&$moduleRunner, 'execute'));