Minahito
minah****@users*****
2006年 10月 14日 (土) 02:52:29 JST
Index: xoops2jp/html/modules/base/kernel/Legacy_PublicControllerStrategy.class.php diff -u xoops2jp/html/modules/base/kernel/Legacy_PublicControllerStrategy.class.php:1.1.2.7 xoops2jp/html/modules/base/kernel/Legacy_PublicControllerStrategy.class.php:1.1.2.8 --- xoops2jp/html/modules/base/kernel/Legacy_PublicControllerStrategy.class.php:1.1.2.7 Fri Oct 13 18:21:40 2006 +++ xoops2jp/html/modules/base/kernel/Legacy_PublicControllerStrategy.class.php Sat Oct 14 02:52:29 2006 @@ -1,7 +1,7 @@ <?php /** * @package Legacy - * @version $Id: Legacy_PublicControllerStrategy.class.php,v 1.1.2.7 2006/10/13 09:21:40 minahito Exp $ + * @version $Id: Legacy_PublicControllerStrategy.class.php,v 1.1.2.8 2006/10/13 17:52:29 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -45,7 +45,7 @@ $blockObjects =& $blockHandler->getBlocks($groups, $mid, $showFlag); foreach($blockObjects as $blockObject) { - $block =& Legacy_BlockUtils::createBlockProcedure($blockObject); + $block =& Legacy_Utils::createBlockProcedure($blockObject); if ($block->prepare() !== false) { $this->mController->_mBlockChain[] =& $block;