Fix type from Chuck
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 9 Jan 2018 13:46:59 +0000 (08:46 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 9 Jan 2018 13:46:59 +0000 (08:46 -0500)
Chuck entered bad text in weird location.

classes/regCartSupport.php

index f490c11..885181b 100644 (file)
@@ -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']])) {