Minahito
minah****@users*****
2006年 9月 24日 (日) 23:20:38 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.77 xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.78 --- xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.77 Sun Sep 24 23:05:34 2006 +++ xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php Sun Sep 24 23:20:38 2006 @@ -1,7 +1,7 @@ <?php /** * @package Legacy - * @version $Id: Legacy_Controller.class.php,v 1.1.2.77 2006/09/24 14:05:34 minahito Exp $ + * @version $Id: Legacy_Controller.class.php,v 1.1.2.78 2006/09/24 14:20:38 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -660,7 +660,7 @@ $this->_executeViewTheme($renderTarget); - exit('CACHE'); + exit(0); } }