with bool?
All checks were successful
Build and push / Pulling repo on server (push) Successful in 2s
All checks were successful
Build and push / Pulling repo on server (push) Successful in 2s
This commit is contained in:
@ -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');
|
||||
}
|
||||
|
Reference in New Issue
Block a user