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))) {

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません