From a19f5be0197ad7c4b016fdc6ad996237e7b4429a Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Mon, 6 Nov 2017 16:53:11 -0500 Subject: [PATCH] Fixed confusion with lib directory defines. --- defines.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.17.1