[xoops-cvslog 3942] CVS update: xoops2jp/html/modules/user/actions

Back to archive index

NobuNobu nobun****@users*****
2006年 8月 5日 (土) 10:54:48 JST


Index: xoops2jp/html/modules/user/actions/UserActivateAction.class.php
diff -u xoops2jp/html/modules/user/actions/UserActivateAction.class.php:1.1.2.3 xoops2jp/html/modules/user/actions/UserActivateAction.class.php:1.1.2.4
--- xoops2jp/html/modules/user/actions/UserActivateAction.class.php:1.1.2.3	Wed Jul 19 19:20:33 2006
+++ xoops2jp/html/modules/user/actions/UserActivateAction.class.php	Sat Aug  5 10:54:48 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package user
- * @version $Id: UserActivateAction.class.php,v 1.1.2.3 2006/07/19 10:20:33 minahito Exp $
+ * @version $Id: UserActivateAction.class.php,v 1.1.2.4 2006/08/05 01:54:48 nobunobu Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -18,7 +18,7 @@
 	
 	function &_getHandler()
 	{
-		$handler =& xoops_getmodulehandler('user');
+		$handler =& xoops_getmodulehandler('users');
 		return $handler;
 	}
 	


xoops-cvslog メーリングリストの案内
Back to archive index