Fixed missing actionFound parameter update.
authorChuck Scott <cscott@gaslightmedia.com>
Wed, 30 Mar 2016 17:28:07 +0000 (13:28 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Wed, 30 Mar 2016 17:28:07 +0000 (13:28 -0400)
controllers/admin.php

index 6504bd4..7a3388a 100644 (file)
@@ -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();