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

Back to archive index

Minahito minah****@users*****
2006年 5月 25日 (木) 14:14:10 JST


Index: xoops2jp/html/class/XCube_ActionForm.class.php
diff -u xoops2jp/html/class/XCube_ActionForm.class.php:1.1.2.33 xoops2jp/html/class/XCube_ActionForm.class.php:1.1.2.34
--- xoops2jp/html/class/XCube_ActionForm.class.php:1.1.2.33	Wed May 17 20:14:50 2006
+++ xoops2jp/html/class/XCube_ActionForm.class.php	Thu May 25 14:14:10 2006
@@ -491,7 +491,7 @@
 	function isNull()
 	{
 		if (!is_object($this->mValue)) {
-			return false;
+			return true;
 		}
 		
 		return !$this->mValue->hasUploadFile();


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