projects
/
WP-Plugins
/
glm-member-db.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
645d1f8
)
Fixed missing actionFound parameter update.
author
Chuck Scott
<cscott@gaslightmedia.com>
Wed, 30 Mar 2016 17:28:07 +0000
(13:28 -0400)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Wed, 30 Mar 2016 17:28:07 +0000
(13:28 -0400)
controllers/admin.php
patch
|
blob
|
history
diff --git
a/controllers/admin.php
b/controllers/admin.php
index
6504bd4
..
7a3388a
100644
(file)
--- a/
controllers/admin.php
+++ b/
controllers/admin.php
@@
-343,6
+343,8
@@
class glmMembersAdmin extends GlmPluginSupport
trigger_error ( "ERROR: The specified class naeme doesn't exist. ($className)", E_USER_ERROR);
}
+ $actionFound = true;
+
// Instantiate the model and ask it to perform the work
$model = new $className($this->wpdb, $this->config);
$model->modelAction();