From 5577aa3943f48ae9a2a071d46e875e441e848083 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Mon, 16 May 2016 09:05:45 -0400 Subject: [PATCH] Update reference to main php file to refer to index.php --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 7bb488f..5990586 100644 --- a/index.php +++ b/index.php @@ -124,7 +124,7 @@ $plugin_name = 'glm-member-db/index.php'; $is_active = is_plugin_active($plugin_name); if ($is_active != '1') { add_action( 'admin_notices', 'glmMembersSamplePluginRequired' ); - deactivate_plugins('/'.GLM_MEMBERS_SAMPLE_PLUGIN_SLUG.'/'.GLM_MEMBERS_SAMPLE_PLUGIN_SLUG.'.php'); + deactivate_plugins('/'.GLM_MEMBERS_SAMPLE_PLUGIN_SLUG.'/index.php'); } // Check for Minimum DB version for main Member DB -- 2.17.1