Minahito
minah****@users*****
2006年 8月 5日 (土) 22:21:06 JST
Index: xoops2jp/html/modules/base/actions/MiscOnlineAction.class.php diff -u xoops2jp/html/modules/base/actions/MiscOnlineAction.class.php:1.1.2.1 xoops2jp/html/modules/base/actions/MiscOnlineAction.class.php:1.1.2.2 --- xoops2jp/html/modules/base/actions/MiscOnlineAction.class.php:1.1.2.1 Thu Jul 27 18:31:02 2006 +++ xoops2jp/html/modules/base/actions/MiscOnlineAction.class.php Sat Aug 5 22:21:06 2006 @@ -1,7 +1,7 @@ <?php /** * @package Legacy - * @version $Id: MiscOnlineAction.class.php,v 1.1.2.1 2006/07/27 09:31:02 minahito Exp $ + * @version $Id: MiscOnlineAction.class.php,v 1.1.2.2 2006/08/05 13:21:06 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -26,7 +26,7 @@ function _getBaseUrl() { - return "./index.php?type=Online"; + return "./misc.php?type=Online"; } function executeViewIndex(&$controller, &$xoopsUser, &$render)