wupengfei 2 years ago
parent
commit
06f0836961
2 changed files with 3 additions and 2 deletions
  1. 2 1
      .idea/workspace.xml
  2. 1 1
      application/operate/controller/Forum.php

+ 2 - 1
.idea/workspace.xml

@@ -2,6 +2,7 @@
 <project version="4">
   <component name="ChangeListManager">
     <list default="true" id="1a36929e-c054-4875-a943-593a74e55fa4" name="Default Changelist" comment="">
+      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/application/operate/controller/Forum.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/operate/controller/Forum.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
@@ -201,7 +202,7 @@
       <workItem from="1670547445908" duration="12147000" />
       <workItem from="1670633686675" duration="15717000" />
       <workItem from="1670719843429" duration="8446000" />
-      <workItem from="1670807412269" duration="4623000" />
+      <workItem from="1670807412269" duration="4630000" />
     </task>
     <servers />
   </component>

+ 1 - 1
application/operate/controller/Forum.php

@@ -160,7 +160,7 @@ class Forum extends Controller
             $forum_info = UserForum::where('id',input('forum_id'))->find()->toArray();
             $this->assign('forum_info',$forum_info);
 
-            $this->_form($this->table,'form');
+            $this->_form($this->table,'reply_forum');
         }else if ($this->request->isPost()){
 
         }