소스 검색

Fix submission of blog posts

Andy Baugh 6 년 전
부모
커밋
d2d5a29a77
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      templates/default/admin/bengine.inc

+ 1 - 0
templates/default/admin/bengine.inc

@@ -43,6 +43,7 @@
    or if additional help is required.
   </span>
   <textarea id="newposttext" name="content"></textarea><br />
+  <input type="hidden" name="app" value="blog" />
   <input type="submit" name="mod" value="Create Post" class="coolbutton" />
  </form>
  <hr />