[xoops-cvslog 4394] CVS update: xoops2jp/html/kernel

Back to archive index

Minahito minah****@users*****
2006年 8月 30日 (水) 19:05:15 JST


Index: xoops2jp/html/kernel/XCube_Controller.class.php
diff -u xoops2jp/html/kernel/XCube_Controller.class.php:1.1.2.15 xoops2jp/html/kernel/XCube_Controller.class.php:1.1.2.16
--- xoops2jp/html/kernel/XCube_Controller.class.php:1.1.2.15	Mon Aug 21 18:52:12 2006
+++ xoops2jp/html/kernel/XCube_Controller.class.php	Wed Aug 30 19:05:15 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package XCube
- * @version $Id: XCube_Controller.class.php,v 1.1.2.15 2006/08/21 09:52:12 minahito Exp $
+ * @version $Id: XCube_Controller.class.php,v 1.1.2.16 2006/08/30 10:05:15 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -11,6 +11,8 @@
 require_once XOOPS_ROOT_PATH . "/class/XCube_RenderSystem.class.php";
 require_once XOOPS_ROOT_PATH . "/kernel/XCube_Delegate.class.php";
 
+require_once XOOPS_ROOT_PATH . "/kernel/XCube_UserAccount.class.php";
+
 /**
  * Virtual front controller class
  */


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