[xoops-cvslog 5051] CVS update: xoops2jp/html/core

Back to archive index

Minahito minah****@users*****
2006年 10月 14日 (土) 23:42:31 JST


Index: xoops2jp/html/core/XCube_Root.class.php
diff -u xoops2jp/html/core/XCube_Root.class.php:1.1.2.1 xoops2jp/html/core/XCube_Root.class.php:1.1.2.2
--- xoops2jp/html/core/XCube_Root.class.php:1.1.2.1	Fri Sep 29 17:13:22 2006
+++ xoops2jp/html/core/XCube_Root.class.php	Sat Oct 14 23:42:30 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package XCube
- * @version $Id: XCube_Root.class.php,v 1.1.2.1 2006/09/29 08:13:22 minahito Exp $
+ * @version $Id: XCube_Root.class.php,v 1.1.2.2 2006/10/14 14:42:30 minahito Exp $
  */
 
 require_once XOOPS_ROOT_PATH . "/core/XCube_HttpContext.class.php";
@@ -383,7 +383,7 @@
 		$ret = null;
 		
 		if ($classPath != null) {
-			require_once XOOPS_ROOT_PATH . "/" . $classPath . "/" . $className . ".class.php";
+			require_once XOOPS_ROOT_PATH . $classPath . "/" . $className . ".class.php";
 		}
 		
 		if (class_exists($className)) {


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