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

アーカイブの一覧に戻る

Minahito minah****@users*****
2006年 9月 1日 (金) 12:21:24 JST


Index: xoops2jp/html/modules/base/actions/SearchResultsAction.class.php
diff -u xoops2jp/html/modules/base/actions/SearchResultsAction.class.php:1.1.2.8 xoops2jp/html/modules/base/actions/SearchResultsAction.class.php:1.1.2.9
--- xoops2jp/html/modules/base/actions/SearchResultsAction.class.php:1.1.2.8	Fri Sep  1 12:12:26 2006
+++ xoops2jp/html/modules/base/actions/SearchResultsAction.class.php	Fri Sep  1 12:21:24 2006
@@ -131,7 +131,7 @@
 		$ret = $this->mActionForm->get('mids');
 		if (!count($ret)) {
 			foreach ($this->mModules as $module) {
-				$ret[] = $module->get('mid');
+				$ret[] = $module['mid'];
 			}
 		}
 		


xoops-cvslog メーリングリストの案内
アーカイブの一覧に戻る