From: Chuck Scott Date: Mon, 6 Nov 2017 21:53:11 +0000 (-0500) Subject: Fixed confusion with lib directory defines. X-Git-Tag: v1.2.1^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a19f5be0197ad7c4b016fdc6ad996237e7b4429a;p=WP-Plugins%2Fglm-member-db-serverstats.git Fixed confusion with lib directory defines. --- diff --git a/defines.php b/defines.php index e709c9d..1c93dfa 100644 --- a/defines.php +++ b/defines.php @@ -66,7 +66,7 @@ define('GLM_MEMBERS_SERVERSTATS_PLUGIN_CONFIG_PATH', GLM_MEMBERS_SERVERSTATS_PLU // 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_SERVERSTATS_PLUGIN_SLUG, '', GLM_MEMBERS_SERVERSTATS_PLUGIN_PATH); define('GLM_MEMBERS_SERVERSTATS_MAIN_PLUGIN_PATH', $pluginsPath.'/glm-member-db'); -define('GLM_MEMBERS_SERVERSTATS_PLUGIN_LIB_PATH', GLM_MEMBERS_SERVERSTATS_MAIN_PLUGIN_PATH.'/lib'); +define('GLM_MEMBERS_SERVERSTATS_MAIN_PLUGIN_LIB_PATH', GLM_MEMBERS_SERVERSTATS_MAIN_PLUGIN_PATH.'/lib'); // Update Server define('GLM_MEMBERS_SERVERSTATS_PLUGIN_UPDATE_SERVER', 'http://www.gaslightmedia.com/update_server'); \ No newline at end of file