Minahito
minah****@users*****
2006年 6月 6日 (火) 12:51:59 JST
Index: xoops2jp/html/class/XCube_ActionFilter.class.php diff -u xoops2jp/html/class/XCube_ActionFilter.class.php:1.1.2.1 xoops2jp/html/class/XCube_ActionFilter.class.php:1.1.2.2 --- xoops2jp/html/class/XCube_ActionFilter.class.php:1.1.2.1 Wed Oct 26 21:06:45 2005 +++ xoops2jp/html/class/XCube_ActionFilter.class.php Tue Jun 6 12:51:59 2006 @@ -1,21 +1,13 @@ <?php +/** + * The class defined by this file is the member of the kernel group. This file + * has been moved into kernel directory already. We'll remove this file before + * XOOPS Cube Legacy 2.1 Alpha4 release. + * + * @package XCube + * @version $Id: XCube_ActionFilter.class.php,v 1.1.2.2 2006/06/06 03:51:59 minahito Exp $ + */ -class XCube_ActionFilter -{ - var $mController; - - function XCube_ActionFilter(&$controller) - { - $this->mController=&$controller; - } - - function preFilter() - { - } - - function preBlockFilter() - { - } -} +require_once XOOPS_ROOT_PATH . "/kernel/XCube_ActionFilter.class.php"; ?> \ No newline at end of file