From: Chuck Scott Date: Mon, 11 May 2015 19:58:18 +0000 (-0400) Subject: More X-Git-Tag: v1.0.0~24 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=0d894107a153eb67b7bd5799cd189eb2097d39c7;p=WP-Plugins%2Fglm-member-db.git More --- 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);