Remove notices

This commit is contained in:
Champ Camba
2017-04-21 19:40:06 +08:00
parent 8a9e430c8f
commit 8005f79d55
+1 -2
View File
@@ -1987,9 +1987,8 @@ class UM_Fields {
$output .= '<option value=""></option>';
$arr_selected = array();
// add options
if( ! empty( $options ) ){
if( ! empty( $options ) && is_array( $options ) ){
foreach( $options as $k => $v ) {
$v = rtrim( $v );