commit 3b89a64c212cd4ad02a0b2d227a092fd52391831
parent a89b09250de2c7eb569874dde04252ed93c700c7
Author: MTRNord <mtrnord1@gmail.com>
Date: Fri, 16 Jan 2015 19:31:04 +0100
I looked in my installer....
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php
@@ -196,7 +196,7 @@ foreach($langs as $prio => $lang) {
<div class="hide_" id="newpost">
<h2>New Post</h2>
- <form method="get" action="../../core/backend/admin/blog/newpost.php">
+ <form method="post" action="../../core/backend/admin/blog/newpost.php">
<div class="form-group">
<label for="post_title">Title</label>
<input type="text" name="title" class="form-control" id="post_title">