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