From: Chuck Scott Date: Mon, 11 May 2015 19:55:22 +0000 (-0400) Subject: Think I have it fixed now. X-Git-Tag: v1.0.0~25 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=fb305b6748fccc56512203fea5808f60ae6f2423;p=WP-Plugins%2Fglm-member-db.git Think I have it fixed now. --- diff --git a/classes/glmMemberImportFromConnections.php b/classes/glmMemberImportFromConnections.php index ee7f555b..ba9d0f28 100644 --- a/classes/glmMemberImportFromConnections.php +++ b/classes/glmMemberImportFromConnections.php @@ -419,7 +419,7 @@ class GlmMemberImportFromConnections $logo = ''; } } elseif (isset($m['options']['image'])) { - $imagePath = $m['options']['image']['meta']['path']; + $imagePath = $m['options']['image']['meta']['original']; $logo = $this->storeImage($imagePath); if ($logo === false) { $logo = '';