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

Back to archive index

Minahito minah****@users*****
2006年 11月 3日 (金) 01:25:23 JST


Index: xoops2jp/html/modules/legacy/kernel/Legacy_AdminControllerStrategy.class.php
diff -u xoops2jp/html/modules/legacy/kernel/Legacy_AdminControllerStrategy.class.php:1.1.2.5 xoops2jp/html/modules/legacy/kernel/Legacy_AdminControllerStrategy.class.php:1.1.2.6
--- xoops2jp/html/modules/legacy/kernel/Legacy_AdminControllerStrategy.class.php:1.1.2.5	Thu Nov  2 18:57:12 2006
+++ xoops2jp/html/modules/legacy/kernel/Legacy_AdminControllerStrategy.class.php	Fri Nov  3 01:25:23 2006
@@ -109,7 +109,8 @@
 				$t_xoopsModule =& $handler->get(intval(xoops_getrequest('confmod_id')));
 				$ret_module =& Legacy_Utils::createModule($t_xoopsModule);
 			}
-			else {
+			
+			if (!is_object($ret_module)) {
 				$ret_module =& Legacy_Utils::createModule($module);
 			}
 		}


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