[xoops-cvslog 4708] CVS update: xoops2jp/html/class

Back to archive index

Minahito minah****@users*****
2006年 10月 1日 (日) 18:46:20 JST


Index: xoops2jp/html/class/XCube_ActionForm.class.php
diff -u xoops2jp/html/class/XCube_ActionForm.class.php:1.1.2.36 xoops2jp/html/class/XCube_ActionForm.class.php:1.1.2.37
--- xoops2jp/html/class/XCube_ActionForm.class.php:1.1.2.36	Wed Jul 26 19:50:06 2006
+++ xoops2jp/html/class/XCube_ActionForm.class.php	Sun Oct  1 18:46:19 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package XCube
- * @version $Id: XCube_ActionForm.class.php,v 1.1.2.36 2006/07/26 10:50:06 minahito Exp $
+ * @version $Id: XCube_ActionForm.class.php,v 1.1.2.37 2006/10/01 09:46:19 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -800,6 +800,10 @@
 			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];


xoops-cvslog メーリングリストの案内
Back to archive index