From: Steve Sutton Date: Wed, 27 Dec 2017 15:48:28 +0000 (-0500) Subject: initialize variable. X-Git-Tag: v1.0.0^2~184 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=4abc7eae88c6c27f6bf64c657083a4cf018b7068;p=WP-Plugins%2Fglm-member-db-billing.git initialize variable. Initialize the invoiceHtml. --- diff --git a/models/admin/member/billing.php b/models/admin/member/billing.php index 62019df..9546c04 100644 --- a/models/admin/member/billing.php +++ b/models/admin/member/billing.php @@ -112,6 +112,7 @@ class GlmMembersAdmin_member_billing // extends GlmDataBilling $transactions = false; $account_data = false; $balance_due = false; + $invoiceHtml = false; // For lockedToMember. $lockedToMember = false;