NobuNobu
nobun****@users*****
2006年 5月 28日 (日) 19:12:30 JST
Index: xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php diff -u xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.36 xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.37 --- xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.36 Sat May 27 22:06:58 2006 +++ xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php Sun May 28 19:12:30 2006 @@ -209,6 +209,7 @@ if ($cache->isCache($blockProcedure->getCacheTime())) { $content = $cache->load(); if ($content) { + $this->mRenderSystem->mBlockShowFlags[$blockProcedure->getEntryIndex()] = true; $this->mRenderSystem->mBlockContents[$blockProcedure->getEntryIndex()][] = array( 'title' => $blockProcedure->getTitle(), 'content' => $cache->load(),