BUGFIX: RCC: new post: title is blog name

This commit is contained in:
mmk2410 2015-11-22 19:37:18 +01:00
parent 9343b9a115
commit 4be3b056c3
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ THE SOFTWARE.
<?php
session_start();
if ($_SESSION['login']) {
$title = $_POST["blog"];
$title = $_POST["title"];
$date = $_POST["date"];
$author = $_POST["author"];
$tags = $_POST["tags"];