From a604d2b97de8dcb492748dbf0c027faff5c3120f Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 30 Oct 2023 22:47:44 +0100 Subject: [PATCH] hmm --- web/pages/profile/controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;