Minahito
minah****@users*****
2006年 1月 11日 (水) 12:32:09 JST
Index: xoops2jp/html/modules/base/class/Legacy_AdminModuleController.class.php diff -u xoops2jp/html/modules/base/class/Legacy_AdminModuleController.class.php:1.1.2.7 xoops2jp/html/modules/base/class/Legacy_AdminModuleController.class.php:1.1.2.8 --- xoops2jp/html/modules/base/class/Legacy_AdminModuleController.class.php:1.1.2.7 Thu Dec 29 01:10:21 2005 +++ xoops2jp/html/modules/base/class/Legacy_AdminModuleController.class.php Wed Jan 11 12:32:08 2006 @@ -1,5 +1,5 @@ <?php -// $Id: Legacy_AdminModuleController.class.php,v 1.1.2.7 2005/12/28 16:10:21 minahito Exp $ +// $Id: Legacy_AdminModuleController.class.php,v 1.1.2.8 2006/01/11 03:32:08 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPSCube - PHP Content Management System // // Copyright (c) 2005 XOOPSCube.org // @@ -171,6 +171,11 @@ { return $this->mModuleObject; } + + function getDependRenderSystem() + { + return "Legacy_AdminRenderSystem"; + } } ?> \ No newline at end of file