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

Zurück zum Archiv-Index

Minahito minah****@users*****
2005年 12月 21日 (水) 13:06:52 JST


Index: xoops2jp/html/modules/base/admin/actions/AbstractModuleInstallAction.class.php
diff -u xoops2jp/html/modules/base/admin/actions/AbstractModuleInstallAction.class.php:1.1.2.1 xoops2jp/html/modules/base/admin/actions/AbstractModuleInstallAction.class.php:1.1.2.2
--- xoops2jp/html/modules/base/admin/actions/AbstractModuleInstallAction.class.php:1.1.2.1	Fri Dec 16 18:49:31 2005
+++ xoops2jp/html/modules/base/admin/actions/AbstractModuleInstallAction.class.php	Wed Dec 21 13:06:52 2005
@@ -23,6 +23,7 @@
 		$this->mModuleObject =& $installer->loadModuleObject($dirname);
 
 		if (!is_object($this->mModuleObject)) {
+			$this->mLogLog =& $installer->getLog();
 			return LEGACY_ADMIN_FRAME_VIEW_ERROR;
 		}
 
@@ -55,6 +56,12 @@
 	function &_getInstaller($dirname)
 	{
 	}
+
+	function executeViewInput(&$controller,&$xoopsUser,&$renderer)
+	{
+		$renderer->setTemplateName("module_installers_error.html");
+		$renderer->setAttribute('log', $this->mLog);
+	}
 }
 
 ?>
\ No newline at end of file


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