NobuNobu
nobun****@users*****
2007年 1月 14日 (日) 01:32:15 JST
Index: xoops2jp/html/modules/legacy/actions/SearchAction.class.php diff -u xoops2jp/html/modules/legacy/actions/SearchAction.class.php:1.1.2.2 xoops2jp/html/modules/legacy/actions/SearchAction.class.php:1.1.2.3 --- xoops2jp/html/modules/legacy/actions/SearchAction.class.php:1.1.2.2 Sun Oct 15 00:43:22 2006 +++ xoops2jp/html/modules/legacy/actions/SearchAction.class.php Sun Jan 14 01:32:15 2007 @@ -1,7 +1,7 @@ <?php /** * @package Legacy - * @version $Id: SearchAction.class.php,v 1.1.2.2 2006/10/14 15:43:22 minahito Exp $ + * @version $Id: SearchAction.class.php,v 1.1.2.3 2007/01/13 16:32:15 nobunobu Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -18,7 +18,7 @@ if (is_object($service)) { $client =& $root->mServiceManager->createClient($service); - $this->mModules =& $client->call('getActiveModules', array()); + $this->mModules = $client->call('getActiveModules', array()); } return LEGACY_FRAME_VIEW_INDEX;