projects
/
WP-Plugins
/
glm-member-db-registrations.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe7f0a2
)
Fix type from Chuck
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 9 Jan 2018 13:46:59 +0000
(08:46 -0500)
committer
Steve 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
patch
|
blob
|
history
diff --git
a/classes/regCartSupport.php
b/classes/regCartSupport.php
index
f490c11
..
885181b
100644
(file)
--- 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']])) {