From: Chuck Scott Date: Wed, 30 Mar 2016 17:28:07 +0000 (-0400) Subject: Fixed missing actionFound parameter update. X-Git-Tag: v2.0.0^2~43 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=ff9776712834a6ab62bfbdeb1a2e2d1e795cc6b2;p=WP-Plugins%2Fglm-member-db.git Fixed missing actionFound parameter update. --- diff --git a/controllers/admin.php b/controllers/admin.php index 6504bd4a..7a3388af 100644 --- 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();