[xoops-cvslog 5803] CVS update: xoops2jp/html/modules/legacyRender/kernel

Zurück zum Archiv-Index

Minahito minah****@users*****
2006年 11月 11日 (土) 18:34:44 JST


Index: xoops2jp/html/modules/legacyRender/kernel/Legacy_RenderSystem.class.php
diff -u xoops2jp/html/modules/legacyRender/kernel/Legacy_RenderSystem.class.php:1.1.2.30.2.12 xoops2jp/html/modules/legacyRender/kernel/Legacy_RenderSystem.class.php:1.1.2.30.2.13
--- xoops2jp/html/modules/legacyRender/kernel/Legacy_RenderSystem.class.php:1.1.2.30.2.12	Fri Nov 10 23:44:27 2006
+++ xoops2jp/html/modules/legacyRender/kernel/Legacy_RenderSystem.class.php	Sat Nov 11 18:34:44 2006
@@ -1,6 +1,6 @@
 <?php
 /**
- * @version $Id: Legacy_RenderSystem.class.php,v 1.1.2.30.2.12 2006/11/10 14:44:27 nobunobu Exp $
+ * @version $Id: Legacy_RenderSystem.class.php,v 1.1.2.30.2.13 2006/11/11 09:34:44 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -280,7 +280,7 @@
 		}
 	}
 	
-	function renderWithTarget(&$target)
+	function render(&$target)
 	{
 		//
 		// The following lines are temporary until we will finish changing the style!
@@ -536,7 +536,7 @@
 
 	XCube_DelegateUtils::call('Legacyfunction.Notifications.Select', new XCube_Ref($renderTarget));
 
-	$renderSystem->renderWithTarget($renderTarget);
+	$renderSystem->render($renderTarget);
 	
 	return $renderTarget->getResult();
 }


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