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

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

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.