with bool?
All checks were successful
Build and push / Pulling repo on server (push) Successful in 2s

This commit is contained in:
2023-10-30 22:41:11 +01:00
parent 38f65d6ede
commit dc2fba8dab
2 changed files with 1 additions and 2 deletions

View File

@ -62,7 +62,6 @@ class Profile extends Page {
if($newphoto)
$_SESSION['user']->data['photo'] = $newphoto;
var_dump($_SESSION['user']->data);
$_SESSION['user']->save();
$this->redirect('/profile');
}