Minahito
minah****@users*****
2006年 10月 7日 (土) 16:45:15 JST
Index: xoops2jp/html/core/XCube_ActionForm.class.php diff -u xoops2jp/html/core/XCube_ActionForm.class.php:1.1.2.1 xoops2jp/html/core/XCube_ActionForm.class.php:1.1.2.2 --- xoops2jp/html/core/XCube_ActionForm.class.php:1.1.2.1 Fri Sep 29 17:13:22 2006 +++ xoops2jp/html/core/XCube_ActionForm.class.php Sat Oct 7 16:45:15 2006 @@ -1,7 +1,7 @@ <?php /** * @package XCube - * @version $Id: XCube_ActionForm.class.php,v 1.1.2.1 2006/09/29 08:13:22 minahito Exp $ + * @version $Id: XCube_ActionForm.class.php,v 1.1.2.2 2006/10/07 07:45:15 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -497,8 +497,12 @@ if(class_exists($class_name)) { $_cache[$dependName] =& new $class_name(); } + else { + // FIXME:: use delegate? + die ("This is an error message of Alpha or Beta series. ${dependName} Validator is not found."); + } } - + return $_cache[$dependName]; } }