From 59919e60a3da073d1faa2dc396a5d50da78d7c5b Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Mon, 6 Nov 2017 16:52:32 -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 b710590..4f1f2db 100644 --- a/defines.php +++ b/defines.php @@ -66,7 +66,7 @@ define('GLM_MEMBERS_SEARCH_PLUGIN_CONFIG_PATH', GLM_MEMBERS_SEARCH_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_SEARCH_PLUGIN_SLUG, '', GLM_MEMBERS_SEARCH_PLUGIN_PATH); define('GLM_MEMBERS_SEARCH_MAIN_PLUGIN_PATH', $pluginsPath.'/glm-member-db'); -define('GLM_MEMBERS_SEARCH_PLUGIN_LIB_PATH', GLM_MEMBERS_SEARCH_MAIN_PLUGIN_PATH.'/lib'); +define('GLM_MEMBERS_SEARCH_MAIN_PLUGIN_LIB_PATH', GLM_MEMBERS_SEARCH_MAIN_PLUGIN_PATH.'/lib'); // Update Server define('GLM_MEMBERS_SEARCH_PLUGIN_UPDATE_SERVER', 'http://www.gaslightmedia.com/update_server'); -- 2.17.1