SilentLittleCat 7 lat temu
rodzic
commit
e75535d6d9
2 zmienionych plików z 7 dodań i 6 usunięć
  1. 6 6
      .idea/workspace.xml
  2. 1 0
      source/module/forum/forum_group.php

+ 6 - 6
.idea/workspace.xml

xqd xqd xqd
@@ -36,8 +36,8 @@
       <file leaf-file-name="forum_group.php" pinned="false" current-in-tab="true">
         <entry file="file://$PROJECT_DIR$/source/module/forum/forum_group.php">
           <provider selected="true" editor-type-id="text-editor">
-            <state relative-caret-position="508">
-              <caret line="191" column="51" lean-forward="false" selection-start-line="191" selection-start-column="51" selection-end-line="191" selection-end-column="51" />
+            <state relative-caret-position="477">
+              <caret line="121" column="47" lean-forward="false" selection-start-line="121" selection-start-column="47" selection-end-line="121" selection-end-column="47" />
               <folding />
             </state>
           </provider>
@@ -202,12 +202,12 @@
       <workItem from="1525013350506" duration="115000" />
       <workItem from="1525013490770" duration="4105000" />
       <workItem from="1525181078381" duration="610000" />
-      <workItem from="1525227575525" duration="6786000" />
+      <workItem from="1525227575525" duration="6891000" />
     </task>
     <servers />
   </component>
   <component name="TimeTrackingManager">
-    <option name="totallyTimeSpent" value="11616000" />
+    <option name="totallyTimeSpent" value="11721000" />
   </component>
   <component name="ToolWindowManager">
     <frame x="-9" y="-9" width="1938" height="1048" extended-state="7" />
@@ -421,8 +421,8 @@
     </entry>
     <entry file="file://$PROJECT_DIR$/source/module/forum/forum_group.php">
       <provider selected="true" editor-type-id="text-editor">
-        <state relative-caret-position="508">
-          <caret line="191" column="51" lean-forward="false" selection-start-line="191" selection-start-column="51" selection-end-line="191" selection-end-column="51" />
+        <state relative-caret-position="477">
+          <caret line="121" column="47" lean-forward="false" selection-start-line="121" selection-start-column="47" selection-end-line="121" selection-end-column="47" />
           <folding />
         </state>
       </provider>

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

xqd
@@ -119,6 +119,7 @@ if($_G['group']['allowpost']) {
 	$_G['group']['allowpostactivity'] = $_G['group']['allowpostactivity'] && $showactivity;
 	$_G['group']['allowpostdebate'] = $_G['group']['allowpostdebate'] && $showdebate;
 }
+$_G['setting']['navs']['3']['navname'] = '俱乐部';
 if($action == 'index') {
 
 	$newthreadlist = $livethread = array();