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

Back to archive index

Minahito minah****@users*****
2006年 6月 23日 (金) 10:28:29 JST


Index: xoops2jp/html/modules/base/admin/actions/ModuleInstallAction.class.php
diff -u xoops2jp/html/modules/base/admin/actions/ModuleInstallAction.class.php:1.1.2.8 xoops2jp/html/modules/base/admin/actions/ModuleInstallAction.class.php:1.1.2.9
--- xoops2jp/html/modules/base/admin/actions/ModuleInstallAction.class.php:1.1.2.8	Tue May 30 12:55:18 2006
+++ xoops2jp/html/modules/base/admin/actions/ModuleInstallAction.class.php	Fri Jun 23 10:28:29 2006
@@ -1,6 +1,6 @@
 <?php
 /**
- * @version $Id: ModuleInstallAction.class.php,v 1.1.2.8 2006/05/30 03:55:18 minahito Exp $
+ * @version $Id: ModuleInstallAction.class.php,v 1.1.2.9 2006/06/23 01:28:29 minahito Exp $
  */
 
  if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -55,6 +55,7 @@
 		$root->mEventManager->raiseEvent("Module.Legacy.ModuleInstall.Success", $this, $this->mModuleObject);
 
 		$renderer->setTemplateName("module_install_success.html");
+		$renderer->setAttribute('module', $this->mLog->mModuleObject);
 		$renderer->setAttribute('log', $this->mLog->mMessages);
 	}
 


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