// Make sure the current user has this capability
if (! current_user_can('activate_plugins')) {
- $this->addNotice("Interesting, you don't have permission to activate plugins.");
die();
}
// Try to get the first (should be only) entry for general settings.
$searchSettings = $this->editEntry(1);
- if ($searchSettings === false) {
-
- if (GLM_MEMBERS_PLUGIN_ADMIN_DEBUG) {
- glmMembersAdmin::addNotice("<b> /models/admin/management/search.php: Unable to load search management settings.", 'Alert');
- }
-
- }
-
break;
}