[xoops-cvslog 5706] CVS update: xoops2jp/html/modules/legacy/admin/actions

Back to archive index

Minahito minah****@users*****
2006年 11月 8日 (水) 19:53:39 JST


Index: xoops2jp/html/modules/legacy/admin/actions/HelpAction.class.php
diff -u xoops2jp/html/modules/legacy/admin/actions/HelpAction.class.php:1.1.2.2 xoops2jp/html/modules/legacy/admin/actions/HelpAction.class.php:1.1.2.3
--- xoops2jp/html/modules/legacy/admin/actions/HelpAction.class.php:1.1.2.2	Sun Oct 15 00:51:25 2006
+++ xoops2jp/html/modules/legacy/admin/actions/HelpAction.class.php	Wed Nov  8 19:53:39 2006
@@ -189,7 +189,10 @@
 	function executeViewSuccess(&$controller, &$xoopsUser, &$renderer)
 	{
 		$renderer->setTemplateName("help.html");
-		$renderer->setAttribute('module', $this->mModuleObject);
+		
+		$module =& Legacy_Utils::createModule($this->mModuleObject);
+		
+		$renderer->setAttribute('module', $module);
 		$renderer->setAttribute('contents', $this->mContents);
 	}
 


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