Bugfix, wrong variable.

This commit is contained in:
Garvin Hicking 2012-11-06 11:24:29 +01:00
parent 5a33a7c8d0
commit e354ecdd3e

View File

@ -152,8 +152,8 @@ if (isset($_POST['SAVE_EDIT']) && serendipity_checkFormToken()) {
}
$pl_data = array(
'id' => $serendipity['POST']['authorid'],
'authorid' => $serendipity['POST']['authorid'],
'id' => $serendipity['POST']['user'],
'authorid' => $serendipity['POST']['user'],
'username' => $_POST['username'],
'realname' => $_POST['realname'],
'email' => $_POST['email']