Minahito
minah****@users*****
2006年 10月 25日 (水) 19:39:24 JST
Index: xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php diff -u xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php:1.1.2.9 xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php:1.1.2.10 --- xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php:1.1.2.9 Mon Oct 23 20:22:51 2006 +++ xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php Wed Oct 25 19:39:24 2006 @@ -207,10 +207,12 @@ $this->_setupSession(); $this->_setupUser(); - + $this->setupModuleContext(); $this->_processModule(); + + $this->_processPostFilter(); } function _setupLogger()