[xoops-cvslog 4017] CVS update: xoops2jp/html/modules/base/class

Back to archive index

Minahito minah****@users*****
2006年 8月 7日 (月) 20:29:43 JST


Index: xoops2jp/html/modules/base/class/comment.php
diff -u xoops2jp/html/modules/base/class/comment.php:1.1.2.9 xoops2jp/html/modules/base/class/comment.php:1.1.2.10
--- xoops2jp/html/modules/base/class/comment.php:1.1.2.9	Mon Jul 31 19:22:13 2006
+++ xoops2jp/html/modules/base/class/comment.php	Mon Aug  7 20:29:43 2006
@@ -75,12 +75,12 @@
 	var $mClass = "BaseCommentObject";
 
 	/**
-	 * @var XCube_NewDelegate
+	 * @var XCube_Delegate
 	 */	
 	var $mUpdateSuccess;
 	
 	/**
-	 * @var XCube_NewDelegate
+	 * @var XCube_Delegate
 	 */	
 	var $mDeleteSuccess;
 	
@@ -88,8 +88,8 @@
 	{
 		parent::XoopsObjectGenericHandler($db);
 		
-		$this->mUpdateSuccess =& new XCube_NewDelegate();
-		$this->mDeleteSuccess =& new XCube_NewDelegate();
+		$this->mUpdateSuccess =& new XCube_Delegate();
+		$this->mDeleteSuccess =& new XCube_Delegate();
 	}
 	
 	function insert(&$comment, $force = false)


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