fix undefined var on php strict

master
Jean-Christian Paul Denis 2021-08-24 23:18:46 +02:00
parent 8dfaa25464
commit f08fe78156
1 changed files with 1 additions and 1 deletions

View File

@ -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
;
}