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

Back to archive index

NobuNobu nobun****@users*****
2007年 1月 25日 (木) 22:38:44 JST


Index: xoops2jp/html/modules/user/actions/UserInfoAction.class.php
diff -u xoops2jp/html/modules/user/actions/UserInfoAction.class.php:1.1.2.9.2.2 xoops2jp/html/modules/user/actions/UserInfoAction.class.php:1.1.2.9.2.2.2.1
--- xoops2jp/html/modules/user/actions/UserInfoAction.class.php:1.1.2.9.2.2	Wed Nov 15 19:43:02 2006
+++ xoops2jp/html/modules/user/actions/UserInfoAction.class.php	Thu Jan 25 22:38:44 2007
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package user
- * @version $Id: UserInfoAction.class.php,v 1.1.2.9.2.2 2006/11/15 10:43:02 minahito Exp $
+ * @version $Id: UserInfoAction.class.php,v 1.1.2.9.2.2.2.1 2007/01/25 13:38:44 nobunobu Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -104,8 +104,7 @@
 		
 		$render->setAttribute('pmliteUrl', $this->mPmliteURL);
 
-		$myts =& MyTextSanitizer::getInstance();
-		$userSignature = $myts->makeTareaData4Show($this->mObject->get('user_sig'), 0, 1, 1);
+		$userSignature = $this->mObject->getShow('user_sig');
 		
 		$render->setAttribute('user_signature', $userSignature);
 


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