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("");