[xoops-cvslog 5897] CVS update: xoops2jp/html/modules/legacy/actions

Zurück zum Archiv-Index

NobuNobu nobun****@users*****
2006年 11月 18日 (土) 23:10:59 JST


Index: xoops2jp/html/modules/legacy/actions/SearchResultsAction.class.php
diff -u xoops2jp/html/modules/legacy/actions/SearchResultsAction.class.php:1.1.2.2 xoops2jp/html/modules/legacy/actions/SearchResultsAction.class.php:1.1.2.3
--- xoops2jp/html/modules/legacy/actions/SearchResultsAction.class.php:1.1.2.2	Sun Oct 15 00:43:44 2006
+++ xoops2jp/html/modules/legacy/actions/SearchResultsAction.class.php	Sat Nov 18 23:10:59 2006
@@ -64,7 +64,7 @@
 		if (is_object($service)) {
 			$client =& $root->mServiceManager->createClient($service);
 
-			$this->mModules =& $client->call('getActiveModules', array());
+			$this->mModules = $client->call('getActiveModules', array());
 			
 			$this->mActionForm->update($params);
 			


xoops-cvslog メーリングリストの案内
Zurück zum Archiv-Index