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

Back to archive index

Minahito minah****@users*****
2007年 4月 25日 (水) 17:45:46 JST


Index: xoops2jp/html/modules/user/admin/actions/UserEditAction.class.php
diff -u xoops2jp/html/modules/user/admin/actions/UserEditAction.class.php:1.1.2.7.2.1 xoops2jp/html/modules/user/admin/actions/UserEditAction.class.php:1.1.2.7.2.1.2.1
--- xoops2jp/html/modules/user/admin/actions/UserEditAction.class.php:1.1.2.7.2.1	Thu Oct  5 19:18:14 2006
+++ xoops2jp/html/modules/user/admin/actions/UserEditAction.class.php	Wed Apr 25 17:45:46 2007
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package user
- * @version $Id: UserEditAction.class.php,v 1.1.2.7.2.1 2006/10/05 10:18:14 minahito Exp $
+ * @version $Id: UserEditAction.class.php,v 1.1.2.7.2.1.2.1 2007/04/25 08:45:46 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -43,6 +43,12 @@
 		}
 	}
 	
+	function _doExecute()
+	{
+		$this->mObject->updateRank();
+		return parent::_doExecute();
+	}
+	
 	function executeViewInput(&$controller, &$xoopsUser, &$render)
 	{
 		$render->setTemplateName("user_edit.html");


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