SilentLittleCat 7 年之前
父節點
當前提交
0406393683
共有 2 個文件被更改,包括 7 次插入64 次删除
  1. 6 63
      .idea/workspace.xml
  2. 1 1
      source/module/forum/forum_group.php

文件差異過大導致無法顯示
+ 6 - 63
.idea/workspace.xml


+ 1 - 1
source/module/forum/forum_group.php

xqd
@@ -738,7 +738,7 @@ if($action == 'index') {
 	} else {
 		showmessage('undefined_action');
 	}
-	include template('diy:group/group:'.$_G['fid']);
+	include template('diy:group/group_sg:'.$_G['fid']);
 
 } elseif($action == 'recommend') {
 	if(!$_G['forum']['ismoderator'] || !in_array($_G['adminid'], array(1,2))) {

部分文件因文件數量過多而無法顯示