From: Chuck Scott Date: Mon, 6 Nov 2017 21:51:06 +0000 (-0500) Subject: Fixed confusion with lib directory defines. X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=2f360da08bd2d6fa92f2cf642a226ed7345b08ba;p=WP-Plugins%2Fglm-member-db-nearme.git Fixed confusion with lib directory defines. --- diff --git a/defines.php b/defines.php index f6ec8a0..ddd07d9 100644 --- a/defines.php +++ b/defines.php @@ -66,7 +66,7 @@ define('GLM_MEMBERS_NEARME_PLUGIN_CONFIG_PATH', GLM_MEMBERS_NEARME_PLUGIN_PATH.' // Parameters related to the Main GLM Member DB plugin - Depending on what's going on these may already defined by the main plugin $pluginsPath = str_replace(GLM_MEMBERS_NEARME_PLUGIN_SLUG, '', GLM_MEMBERS_NEARME_PLUGIN_PATH); define('GLM_MEMBERS_NEARME_MAIN_PLUGIN_PATH', $pluginsPath.'/glm-member-db'); -define('GLM_MEMBERS_NEARME_PLUGIN_LIB_PATH', GLM_MEMBERS_NEARME_MAIN_PLUGIN_PATH.'/lib'); +define('GLM_MEMBERS_NEARME_MAIN_PLUGIN_LIB_PATH', GLM_MEMBERS_NEARME_MAIN_PLUGIN_PATH.'/lib'); // Update Server define('GLM_MEMBERS_NEARME_PLUGIN_UPDATE_SERVER', 'http://www.gaslightmedia.com/update_server');