From: Chuck Scott Date: Tue, 13 Feb 2018 20:17:37 +0000 (-0500) Subject: Fixed reference to non-existing parameter in view when certain things aren't supplied. X-Git-Tag: v1.0.0^2~10 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=230028d793957cd579cb007a7cf266154a9dd211;p=WP-Plugins%2Fglm-member-db-customfields.git Fixed reference to non-existing parameter in view when certain things aren't supplied. --- diff --git a/deactivate.php b/deactivate.php index df95a60..690b2c2 100644 --- a/deactivate.php +++ b/deactivate.php @@ -47,12 +47,13 @@ class glmMembersCustomFieldsPluginDeactivate */ public function __construct ($wpdb, $config) { - +/* // Save WordPress Database object $this->wpdb = $wpdb; // Save plugin configuration object $this->config = $config; +*/ // Delete our version from WordPress Options delete_option('glmMembersCustomFieldsPluginVersion'); diff --git a/views/front/customFields/displayForm.html b/views/front/customFields/displayForm.html index 3050d54..b9d464d 100644 --- a/views/front/customFields/displayForm.html +++ b/views/front/customFields/displayForm.html @@ -54,7 +54,7 @@ {if $parentFormId}