From 08e58ee0376b9b1f1af5dcc2251a4d3bbcc440eb Mon Sep 17 00:00:00 2001 From: champsupertramp Date: Mon, 8 Aug 2016 19:05:21 +0800 Subject: [PATCH] Remove notices --- core/um-fields.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/um-fields.php b/core/um-fields.php index 5a9d997e..a625b331 100644 --- a/core/um-fields.php +++ b/core/um-fields.php @@ -910,7 +910,8 @@ class UM_Fields { global $ultimatemember; $output = null; - + $disabled = ''; + // get whole field data if ( isset( $data ) && is_array( $data ) ) { $data = $this->get_field($key);