[xoops-cvslog 1371] CVS update: xoops2jp/html/modules/legacyRender/admin/class

Back to archive index

Minahito minah****@users*****
2005年 12月 25日 (日) 19:49:00 JST


Index: xoops2jp/html/modules/legacyRender/admin/class/LegacyTheme.class.php
diff -u xoops2jp/html/modules/legacyRender/admin/class/LegacyTheme.class.php:1.1.2.1 xoops2jp/html/modules/legacyRender/admin/class/LegacyTheme.class.php:1.1.2.2
--- xoops2jp/html/modules/legacyRender/admin/class/LegacyTheme.class.php:1.1.2.1	Fri Nov 25 19:28:15 2005
+++ xoops2jp/html/modules/legacyRender/admin/class/LegacyTheme.class.php	Sun Dec 25 19:49:00 2005
@@ -48,7 +48,7 @@
 						//
 						// If this system can use this theme, add this to list.
 						//
-						if($manifesto['Manifesto']['Depends']=="Legacy_RenderSystem") {
+						if(isset($manifesto['Manifesto']) && isset($manifesto['Manifesto']['Depends']) && $manifesto['Manifesto']['Depends'] == "Legacy_RenderSystem") {
 							$this->_mThemeList[]=new LegacyTheme($dir,$manifesto);
 						}
 					}


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