From a4e771403103050dcbff6aefda184f83944bad28 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 9 Jan 2018 08:46:59 -0500 Subject: [PATCH] Fix type from Chuck Chuck entered bad text in weird location. --- classes/regCartSupport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']])) { -- 2.17.1