From 38c353a2cb6b431bdeaacddc467f6c9745a00c60 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Mon, 11 May 2015 16:03:11 -0400 Subject: [PATCH] I think I have it --- classes/glmMemberImportFromConnections.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 = ''; -- 2.17.1