fix undefined var on php strict
This commit is contained in:
parent
8dfaa25464
commit
f08fe78156
@ -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
|
||||
;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user