From 0d894107a153eb67b7bd5799cd189eb2097d39c7 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Mon, 11 May 2015 15:58:18 -0400 Subject: [PATCH] More --- classes/glmMemberImportFromConnections.php | 1 + 1 file changed, 1 insertion(+) diff --git a/classes/glmMemberImportFromConnections.php b/classes/glmMemberImportFromConnections.php index ba9d0f28..82c64278 100644 --- a/classes/glmMemberImportFromConnections.php +++ b/classes/glmMemberImportFromConnections.php @@ -412,6 +412,7 @@ class GlmMemberImportFromConnections // Check for Logo $logo = ''; +echo "
".print_r($m['options'],1)."
"; if (isset($m['options']['logo'])) { $logoPath = $m['options']['logo']['meta']['path']; $logo = $this->storeImage($logoPath); -- 2.17.1