From 67a7a71641cdb4834fa98df81cb15c8a4e7ce0cb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 26 Jun 2023 16:38:39 +0200 Subject: [PATCH] Fix warning --- htdocs/datapolicy/class/actions_datapolicy.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/datapolicy/class/actions_datapolicy.class.php b/htdocs/datapolicy/class/actions_datapolicy.class.php index 126e711f5c5..80864f78d6f 100644 --- a/htdocs/datapolicy/class/actions_datapolicy.class.php +++ b/htdocs/datapolicy/class/actions_datapolicy.class.php @@ -366,7 +366,7 @@ class ActionsDatapolicy } } - $this->resprint = $jsscript; + $this->resprints = $jsscript; return 0; }