BUGFIX: RCC: new post: title is blog name
This commit is contained in:
parent
9343b9a115
commit
4be3b056c3
1 changed files with 1 additions and 1 deletions
|
@ -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"];
|
||||
|
|
Reference in a new issue