Minahito
minah****@users*****
2006年 8月 7日 (月) 20:26:44 JST
Index: xoops2jp/html/class/XCube_ServiceManager.class.php diff -u xoops2jp/html/class/XCube_ServiceManager.class.php:1.1.2.3 xoops2jp/html/class/XCube_ServiceManager.class.php:1.1.2.4 --- xoops2jp/html/class/XCube_ServiceManager.class.php:1.1.2.3 Wed Jun 28 14:44:21 2006 +++ xoops2jp/html/class/XCube_ServiceManager.class.php Mon Aug 7 20:26:44 2006 @@ -1,4 +1,8 @@ <?php +/** + * @package XCube + * @version $Id: XCube_ServiceManager.class.php,v 1.1.2.4 2006/08/07 11:26:44 minahito Exp $ + */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -35,7 +39,7 @@ function XCube_ServiceManager() { - $this->mCreateClient =& new XCube_NewDelegate(); + $this->mCreateClient =& new XCube_Delegate(); $this->mCreateClient->register("XCube_ServiceManager.CreateClient"); }