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

Back to archive index

NobuNobu nobun****@users*****
2007年 4月 24日 (火) 00:29:52 JST


Index: xoops2jp/html/modules/user/actions/DefaultAction.class.php
diff -u xoops2jp/html/modules/user/actions/DefaultAction.class.php:1.1.2.4 xoops2jp/html/modules/user/actions/DefaultAction.class.php:1.1.2.4.4.1
--- xoops2jp/html/modules/user/actions/DefaultAction.class.php:1.1.2.4	Sat Aug  5 15:22:36 2006
+++ xoops2jp/html/modules/user/actions/DefaultAction.class.php	Tue Apr 24 00:29:52 2007
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package legacy
- * @version $Id: DefaultAction.class.php,v 1.1.2.4 2006/08/05 06:22:36 minahito Exp $
+ * @version $Id: DefaultAction.class.php,v 1.1.2.4.4.1 2007/04/23 15:29:52 nobunobu Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -34,6 +34,11 @@
 	{
 		$render->setTemplateName("user_default.html");
 		$render->setAttribute('allowRegister', $this->_mAllowRegister);
+		if (!empty($_GET['xoops_redirect'])) {
+			$root =& $controller->mRoot;
+    		$textFilter =& $root->getTextFilter();
+			$render->setAttribute('redirect_page', $textFilter->toShow(xoops_getrequest('xoops_redirect')));
+		}
 	}
 
 	function executeViewError(&$controller, &$xoopsUser, &$render)


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