[xoops-cvslog 2748] CVS update: xoops2jp/html/modules/user/admin/actions

アーカイブの一覧に戻る

NobuNobu nobun****@users*****
2006年 4月 11日 (火) 17:42:17 JST


Index: xoops2jp/html/modules/user/admin/actions/GroupPropertyAction.class.php
diff -u xoops2jp/html/modules/user/admin/actions/GroupPropertyAction.class.php:1.1.2.3 xoops2jp/html/modules/user/admin/actions/GroupPropertyAction.class.php:1.1.2.4
--- xoops2jp/html/modules/user/admin/actions/GroupPropertyAction.class.php:1.1.2.3	Tue Mar 28 22:31:14 2006
+++ xoops2jp/html/modules/user/admin/actions/GroupPropertyAction.class.php	Tue Apr 11 17:42:17 2006
@@ -85,9 +85,7 @@
 		//
 		// Get block list
 		//
-		require_once XOOPS_ROOT_PATH.'/class/xoopsblock.php';
-
-		$blockHandler = new XoopsBlock();
+		$blockHandler = xoops_gethandler('block');
 		
 		$idx = 0;
 		foreach (array(0, 1, 3, 4, 5) as $side) {


xoops-cvslog メーリングリストの案内
アーカイブの一覧に戻る