From fb305b6748fccc56512203fea5808f60ae6f2423 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Mon, 11 May 2015 15:55:22 -0400 Subject: [PATCH] Think I have it fixed now. --- classes/glmMemberImportFromConnections.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ''; -- 2.17.1