Bugfix, wrong variable.
This commit is contained in:
parent
5a33a7c8d0
commit
e354ecdd3e
@ -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']
|
||||
|
Loading…
x
Reference in New Issue
Block a user