From: Steve Sutton Date: Tue, 9 Jan 2018 13:46:59 +0000 (-0500) Subject: Fix type from Chuck X-Git-Tag: v1.0.0^2~70 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a4e771403103050dcbff6aefda184f83944bad28;p=WP-Plugins%2Fglm-member-db-registrations.git Fix type from Chuck Chuck entered bad text in weird location. --- diff --git a/classes/regCartSupport.php b/classes/regCartSupport.php index f490c11..885181b 100644 --- a/classes/regCartSupport.php +++ b/classes/regCartSupport.php @@ -380,7 +380,7 @@ class GlmRegCartSupport $haveEvents = false; // If we have a cart and a good request array - if ($this->cart && is_array($this->cart['request'])) {class_name TINYTEXT + if ($this->cart && is_array($this->cart['request'])) { // If a submission account is specified (otherwise it should be a guest user prior to checkout) if ($this->cart['request']['account'] && !isset($this->cart['accounts'][$this->cart['request']['account']])) {