projects
/
WP-Plugins
/
glm-member-db-billing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8c937e
)
correct spacing in variable within if switch.
author
Steve Sutton
<ssutton@gmail.com>
Wed, 3 Jul 2019 17:48:50 +0000
(13:48 -0400)
committer
Steve Sutton
<ssutton@gmail.com>
Wed, 3 Jul 2019 17:48:50 +0000
(13:48 -0400)
Need Standards.
models/admin/billing/accounts.php
patch
|
blob
|
history
diff --git
a/models/admin/billing/accounts.php
b/models/admin/billing/accounts.php
index
721cd66
..
9e39dfe
100644
(file)
--- a/
models/admin/billing/accounts.php
+++ b/
models/admin/billing/accounts.php
@@
-139,7
+139,7
@@
class GlmMembersAdmin_billing_accounts extends GlmDataAccounts
wp_enqueue_script( 'Foundation6', GLM_MEMBERS_PLUGIN_URL . '/js/foundation-6.min.js' );
// Do selected option
- switch (
$option
) {
+ switch (
$option
) {
case 'add':
$accounts = $this->newEntry();