umgehen?
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s
This commit is contained in:
@ -14,6 +14,7 @@ class Profile extends Page {
|
||||
{
|
||||
$error = false;
|
||||
|
||||
$_SESSION['user']->load();
|
||||
$_SESSION['user']->data['firstname'] = trim($_REQUEST['firstname']);
|
||||
$_SESSION['user']->data['lastname'] = trim($_REQUEST['lastname']);
|
||||
//$_SESSION['user']->data['email'] = $_REQUEST['email'];
|
||||
|
Reference in New Issue
Block a user