[xoops-cvslog 5027] CVS update: xoops2jp/html/modules/base/admin/actions

Back to archive index

Minahito minah****@users*****
2006年 10月 14日 (土) 18:20:28 JST


Index: xoops2jp/html/modules/base/admin/actions/CommentListAction.class.php
diff -u xoops2jp/html/modules/base/admin/actions/CommentListAction.class.php:1.1.2.8.2.2 xoops2jp/html/modules/base/admin/actions/CommentListAction.class.php:1.1.2.8.2.3
--- xoops2jp/html/modules/base/admin/actions/CommentListAction.class.php:1.1.2.8.2.2	Fri Oct 13 14:11:00 2006
+++ xoops2jp/html/modules/base/admin/actions/CommentListAction.class.php	Sat Oct 14 18:20:28 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package Legacy
- * @version $Id: CommentListAction.class.php,v 1.1.2.8.2.2 2006/10/13 05:11:00 minahito Exp $
+ * @version $Id: CommentListAction.class.php,v 1.1.2.8.2.3 2006/10/14 09:20:28 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -41,7 +41,7 @@
 		
 		$moduleArr = array();
 		$handler =& xoops_getmodulehandler('comment');
-		$modIds =& $handler->getModuleIds();
+		$modIds = $handler->getModuleIds();
 		
 		$moduleHandler =& xoops_gethandler('module');
 		foreach ($modIds as $mid) {


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