[xoops-cvslog 5568] CVS update: xoops2jp/html/modules/legacy/kernel

Zurück zum Archiv-Index

Minahito minah****@users*****
2006年 11月 2日 (木) 16:38:28 JST


Index: xoops2jp/html/modules/legacy/kernel/Legacy_Module.class.php
diff -u xoops2jp/html/modules/legacy/kernel/Legacy_Module.class.php:1.1.2.7 xoops2jp/html/modules/legacy/kernel/Legacy_Module.class.php:1.1.2.8
--- xoops2jp/html/modules/legacy/kernel/Legacy_Module.class.php:1.1.2.7	Fri Oct 20 17:05:54 2006
+++ xoops2jp/html/modules/legacy/kernel/Legacy_Module.class.php	Thu Nov  2 16:38:27 2006
@@ -52,6 +52,11 @@
 	function Legacy_AbstractModule(&$module)
 	{
 		$this->setXoopsModule($module);
+		
+		if ($module->get('hasconfig') == 1 || $module->get('hascomments') == 1) {
+			$handler =& xoops_gethandler('config');
+			$this->setModuleConfig($handler->getConfigsByCat(0, $module->get('mid')));
+		}
 	}
 
 	/**


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