From f08fe781560ea5cfe90d240c3b48213d90858ac5 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Tue, 24 Aug 2021 23:18:46 +0200 Subject: [PATCH] fix undefined var on php strict --- inc/lib.epc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/lib.epc.php b/inc/lib.epc.php index 081d863..ed4bac6 100644 --- a/inc/lib.epc.php +++ b/inc/lib.epc.php @@ -343,7 +343,7 @@ class libEPC && is_array($opt['tplValues']) && in_array($tag, $opt['tplValues']) && $args[0] != '' //content - && !$args[2] // remove html + && empty($args[2]) // remove html ; }