From: Chuck Scott Date: Mon, 16 May 2016 13:05:45 +0000 (-0400) Subject: Update reference to main php file to refer to index.php X-Git-Tag: v1.0.0^2~9 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=5577aa3943f48ae9a2a071d46e875e441e848083;p=WP-Plugins%2Fglm-member-db-sample.git Update reference to main php file to refer to index.php --- 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