From 5e93116bf37a0752cd10904bb1eb8463f471ad36 Mon Sep 17 00:00:00 2001 From: Thetsmr Date: Wed, 31 Jan 2024 12:50:52 +0100 Subject: [PATCH] test --- hook.php | 1 + 1 file changed, 1 insertion(+) diff --git a/hook.php b/hook.php index fd7d721..6ac6713 100644 --- a/hook.php +++ b/hook.php @@ -284,6 +284,7 @@ function plugin_mydashboard_install() $config->initConfig(); } PluginMydashboardProfile::initProfile(); + PluginMydashboardProfile::createFirstAccess($_SESSION['glpiactiveprofile']['id']); return true; }