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

Back to archive index

Minahito minah****@users*****
2006年 8月 4日 (金) 13:32:24 JST


Index: xoops2jp/html/modules/base/actions/BackendAction.class.php
diff -u xoops2jp/html/modules/base/actions/BackendAction.class.php:1.1.2.5 xoops2jp/html/modules/base/actions/BackendAction.class.php:1.1.2.6
--- xoops2jp/html/modules/base/actions/BackendAction.class.php:1.1.2.5	Mon Jul 31 19:04:53 2006
+++ xoops2jp/html/modules/base/actions/BackendAction.class.php	Fri Aug  4 13:32:24 2006
@@ -93,7 +93,8 @@
 		//
 		// Rendering
 		//
-		$controller->mRenderSystem->renderWithTarget($renderTarget);
+		$renderSystem =& $controller->mRoot->getRenderSystem('Legacy_RenderSystem');
+		$renderSystem->renderWithTarget($renderTarget);
 		
 		if (function_exists('mb_http_output')) {
 			mb_http_output('pass');


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