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

Back to archive index

Minahito minah****@users*****
2006年 8月 10日 (木) 18:41:34 JST


Index: xoops2jp/html/class/XCube_RenderSystem.class.php
diff -u xoops2jp/html/class/XCube_RenderSystem.class.php:1.1.2.17 xoops2jp/html/class/XCube_RenderSystem.class.php:1.1.2.18
--- xoops2jp/html/class/XCube_RenderSystem.class.php:1.1.2.17	Thu Aug  3 18:32:17 2006
+++ xoops2jp/html/class/XCube_RenderSystem.class.php	Thu Aug 10 18:41:34 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package XCube
- * @version $Id: XCube_RenderSystem.class.php,v 1.1.2.17 2006/08/03 09:32:17 minahito Exp $
+ * @version $Id: XCube_RenderSystem.class.php,v 1.1.2.18 2006/08/10 09:41:34 minahito Exp $
  */
 
  if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -90,7 +90,7 @@
 	
 	function getAttribute($key)
 	{
-		return $this->mAttributes[$key];
+		return isset($this->mAttributes[$key]) ? $this->mAttributes[$key] : null;
 	}
 
 	function getAttributes()


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