SilentLittleCat 7 年之前
父节点
当前提交
ac90e1c6c6
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2 2
      .idea/workspace.xml
  2. 1 1
      source/module/forum/forum_group.php

+ 2 - 2
.idea/workspace.xml

xqd
@@ -309,12 +309,12 @@
       <workItem from="1525275777043" duration="4000" />
       <workItem from="1525612433789" duration="9986000" />
       <workItem from="1525658293907" duration="23514000" />
-      <workItem from="1525701498505" duration="5477000" />
+      <workItem from="1525701498505" duration="5502000" />
     </task>
     <servers />
   </component>
   <component name="TimeTrackingManager">
-    <option name="totallyTimeSpent" value="54865000" />
+    <option name="totallyTimeSpent" value="54890000" />
   </component>
   <component name="ToolWindowManager">
     <frame x="-9" y="-9" width="1938" height="1048" extended-state="7" />

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

xqd
@@ -191,7 +191,7 @@ if($action == 'index') {
 
 	write_groupviewed($_G['fid']);
     $_G['setting']['navs']['3']['navname'] = '俱乐部';
-    print_r(template('diy:group/group:'.$_G['fid']));exit();
+    print_r(template('diy:group/group_my:'.$_G['fid']));exit();
 	include template('diy:group/group_my:'.$_G['fid']);
 
 } elseif($action == 'memberlist') {