From c0cd450c5f65d1ff880aa1d754602f7cab59472e Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 26 Nov 2018 15:26:25 +0100 Subject: [PATCH] Add the user_id to the log_kpi instead of * --- core/kpi.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/kpi.class.inc.php b/core/kpi.class.inc.php index 91b414ab5..c43aa5b2d 100644 --- a/core/kpi.class.inc.php +++ b/core/kpi.class.inc.php @@ -107,7 +107,7 @@ class ExecutionKPI self::Report("
"); self::Report("

KPIs - ".$_SERVER['REQUEST_URI']." (".$_SERVER['REQUEST_METHOD'].")

"); self::Report("

".date('Y-m-d H:i:s', $fItopStarted)."

"); - self::Report("

log_kpi_user_id: ".MetaModel::GetConfig()->Get('log_kpi_user_id')."

"); + self::Report("

log_kpi_user_id: ".UserRights::GetUserId()."

"); self::Report("
"); self::Report(""); self::Report("");