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

Back to archive index

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


Index: xoops2jp/html/modules/base/class/theme.php
diff -u xoops2jp/html/modules/base/class/theme.php:1.1.2.1 xoops2jp/html/modules/base/class/theme.php:1.1.2.2
--- xoops2jp/html/modules/base/class/theme.php:1.1.2.1	Wed Aug  2 18:37:52 2006
+++ xoops2jp/html/modules/base/class/theme.php	Mon Aug  7 20:29:51 2006
@@ -26,13 +26,13 @@
 	var $_mResults = array();
 	
 	/**
-	 * @var XCube_NewDelegate
+	 * @var XCube_Delegate
 	 */
 	var $mGetInstalledThemes = null;
 	
 	function BaseThemeHandler(&$db)
 	{
-		$this->mGetInstalledThemes =& new XCube_NewDelegate();
+		$this->mGetInstalledThemes =& new XCube_Delegate();
 		$this->mGetInstalledThemes->register('BaseThemeHandler.GetInstalledThemes');
 	}
 	


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