fix undefined var on php strict
This commit is contained in:
parent
8dfaa25464
commit
f08fe78156
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ class libEPC
|
||||||
&& is_array($opt['tplValues'])
|
&& is_array($opt['tplValues'])
|
||||||
&& in_array($tag, $opt['tplValues'])
|
&& in_array($tag, $opt['tplValues'])
|
||||||
&& $args[0] != '' //content
|
&& $args[0] != '' //content
|
||||||
&& !$args[2] // remove html
|
&& empty($args[2]) // remove html
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue