[xoops-cvslog 4052] CVS update: xoops2jp/html/kernel

Back to archive index

Minahito minah****@users*****
2006年 8月 9日 (水) 18:35:15 JST


Index: xoops2jp/html/kernel/notification.php
diff -u xoops2jp/html/kernel/notification.php:1.2.8.3 xoops2jp/html/kernel/notification.php:1.2.8.4
--- xoops2jp/html/kernel/notification.php:1.2.8.3	Mon Jul 31 19:01:28 2006
+++ xoops2jp/html/kernel/notification.php	Wed Aug  9 18:35:15 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: notification.php,v 1.2.8.3 2006/07/31 10:01:28 minahito Exp $
+// $Id: notification.php,v 1.2.8.4 2006/08/09 09:35:15 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -171,7 +171,7 @@
 class XoopsNotificationHandler extends XoopsObjectHandler
 {
 	/**
-	 * @var XCube_NewDelegate
+	 * @var XCube_Delegate
 	 */
 	var $mTrigger = null;
 	
@@ -179,7 +179,7 @@
 	{
 		parent::XoopsObjectHandler($db);
 		
-		$this->mTrigger =& new XCube_NewDelegate();
+		$this->mTrigger =& new XCube_Delegate();
 		$this->mTrigger->register('XoopsNotificationHandler.Trigger');
 	}
 


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