Tom Hayakawa
tom_g3x****@users*****
2006年 12月 7日 (木) 17:13:16 JST
Index: xoops2jp/html/modules/legacy/admin/actions/ImageListAction.class.php diff -u xoops2jp/html/modules/legacy/admin/actions/ImageListAction.class.php:1.1.2.2 xoops2jp/html/modules/legacy/admin/actions/ImageListAction.class.php:1.1.2.3 --- xoops2jp/html/modules/legacy/admin/actions/ImageListAction.class.php:1.1.2.2 Sun Oct 15 00:54:11 2006 +++ xoops2jp/html/modules/legacy/admin/actions/ImageListAction.class.php Thu Dec 7 17:13:16 2006 @@ -1,7 +1,7 @@ <?php /** * @package Legacy - * @version $Id: ImageListAction.class.php,v 1.1.2.2 2006/10/14 15:54:11 minahito Exp $ + * @version $Id: ImageListAction.class.php,v 1.1.2.3 2006/12/07 08:13:16 tom_g3x Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -28,7 +28,7 @@ return "./index.php?action=ImageList"; } - function getDefaultView(&$contoller, &$xoopsUser) + function getDefaultView(&$controller, &$xoopsUser) { $result = parent::getDefaultView($controller, $xoopsUser); if ($result == LEGACY_FRAME_VIEW_INDEX) {