[xoops-cvslog 4979] CVS update: xoops2jp/html/modules/user/forms

Back to archive index

Minahito minah****@users*****
2006年 10月 13日 (金) 15:50:59 JST


Index: xoops2jp/html/modules/user/forms/AvatarFilterForm.class.php
diff -u xoops2jp/html/modules/user/forms/AvatarFilterForm.class.php:1.1.2.4 xoops2jp/html/modules/user/forms/AvatarFilterForm.class.php:1.1.2.4.2.1
--- xoops2jp/html/modules/user/forms/AvatarFilterForm.class.php:1.1.2.4	Wed Jul 19 19:21:25 2006
+++ xoops2jp/html/modules/user/forms/AvatarFilterForm.class.php	Fri Oct 13 15:50:59 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package user
- * @version $Id: AvatarFilterForm.class.php,v 1.1.2.4 2006/07/19 10:21:25 minahito Exp $
+ * @version $Id: AvatarFilterForm.class.php,v 1.1.2.4.2.1 2006/10/13 06:50:59 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -19,6 +19,8 @@
 
 	function fetch()
 	{
+		parent::fetch();
+		
 		$this->_mCriteria->add(new Criteria('avatar_display', 1));
 		$this->_mCriteria->add(new Criteria('avatar_type', 'S'));
 	}


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