Fixed confusion with lib directory defines.
authorChuck Scott <cscott@gaslightmedia.com>
Mon, 6 Nov 2017 21:50:10 +0000 (16:50 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Mon, 6 Nov 2017 21:50:10 +0000 (16:50 -0500)
defines.php

index 067a6c3..619ca8e 100644 (file)
@@ -71,7 +71,7 @@ define('GLM_MEMBERS_EVENTS_PLUGIN_CONFIG_PATH', GLM_MEMBERS_EVENTS_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_EVENTS_PLUGIN_SLUG, '', GLM_MEMBERS_EVENTS_PLUGIN_PATH);
 define('GLM_MEMBERS_EVENTS_MAIN_PLUGIN_PATH', $pluginsPath.'glm-member-db');
-define('GLM_MEMBERS_EVENTS_PLUGIN_LIB_PATH', GLM_MEMBERS_EVENTS_MAIN_PLUGIN_PATH.'/lib');
+define('GLM_MEMBERS_EVENTS_MAIN_PLUGIN_LIB_PATH', GLM_MEMBERS_EVENTS_MAIN_PLUGIN_PATH.'/lib');
 
 // Update Server
 define('GLM_MEMBERS_EVENTS_PLUGIN_UPDATE_SERVER', 'http://www.gaslightmedia.com/update_server');