[xoops-cvslog 4010] CVS update: xoops2jp/html/modules/base/actions

Zurück zum Archiv-Index

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


Index: xoops2jp/html/modules/base/actions/BackendAction.class.php
diff -u xoops2jp/html/modules/base/actions/BackendAction.class.php:1.1.2.6 xoops2jp/html/modules/base/actions/BackendAction.class.php:1.1.2.7
--- xoops2jp/html/modules/base/actions/BackendAction.class.php:1.1.2.6	Fri Aug  4 13:32:24 2006
+++ xoops2jp/html/modules/base/actions/BackendAction.class.php	Mon Aug  7 20:27:26 2006
@@ -18,7 +18,7 @@
 	 *  $item['category'] ... not required. 
 	 *  $item['author'] ... not required. 
 	 *  
-	 * @var XCube_NewDelegate
+	 * @var XCube_Delegate
 	 */
 	var $mGetRSSItems = null;
 	
@@ -26,7 +26,7 @@
 	{
 		parent::Legacy_Action($flag);
 		
-		$this->mGetRSSItems =& new XCube_NewDelegate();
+		$this->mGetRSSItems =& new XCube_Delegate();
 		$this->mGetRSSItems->register('Legacy_BackendAction.GetRSSItems');
 	}
 	


xoops-cvslog メーリングリストの案内
Zurück zum Archiv-Index