From: Chuck Scott Date: Mon, 11 May 2015 20:03:11 +0000 (-0400) Subject: I think I have it X-Git-Tag: v1.0.0~22 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=38c353a2cb6b431bdeaacddc467f6c9745a00c60;p=WP-Plugins%2Fglm-member-db.git I think I have it --- diff --git a/classes/glmMemberImportFromConnections.php b/classes/glmMemberImportFromConnections.php index d25b8a05..784397c2 100644 --- a/classes/glmMemberImportFromConnections.php +++ b/classes/glmMemberImportFromConnections.php @@ -419,8 +419,7 @@ class GlmMemberImportFromConnections $logo = ''; } } elseif (isset($m['options']['image'])) { -echo "
".print_r($m['options'],1)."
"; - $imagePath = $m['options']['image']['meta']['original']; + $imagePath = $m['options']['image']['meta']['original']['path']; $logo = $this->storeImage($imagePath); if ($logo === false) { $logo = '';