diff --git a/web/pages/profile/controller.php b/web/pages/profile/controller.php index c8ea630..57db4cb 100644 --- a/web/pages/profile/controller.php +++ b/web/pages/profile/controller.php @@ -10,6 +10,7 @@ class Profile extends Page { function edit() { + var_dump($_SESSION['user']->data); if($_REQUEST['submit']=='true') { $error = false;