Minahito
minah****@users*****
2006年 10月 5日 (木) 19:17:06 JST
Index: xoops2jp/html/core/XCube_Controller.class.php diff -u xoops2jp/html/core/XCube_Controller.class.php:1.1.2.1 xoops2jp/html/core/XCube_Controller.class.php:1.1.2.2 --- xoops2jp/html/core/XCube_Controller.class.php:1.1.2.1 Fri Sep 29 17:13:22 2006 +++ xoops2jp/html/core/XCube_Controller.class.php Thu Oct 5 19:17:06 2006 @@ -1,7 +1,7 @@ <?php /** * @package XCube - * @version $Id: XCube_Controller.class.php,v 1.1.2.1 2006/09/29 08:13:22 minahito Exp $ + * @version $Id: XCube_Controller.class.php,v 1.1.2.2 2006/10/05 10:17:06 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -345,21 +345,6 @@ } /** - * Gets the configuration information. - * @param string $id - * @return mixed string or Array - */ - function getConfig($id = null) - { - if ($id) { - return $this->mConfig[$id]; - } - else { - return $this->mConfig; - } - } - - /** * Calls the preFilter() member function of action filters which have been * loaded to the list of the controller. *