More
authorChuck Scott <cscott@gaslightmedia.com>
Mon, 11 May 2015 19:58:18 +0000 (15:58 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Mon, 11 May 2015 19:58:18 +0000 (15:58 -0400)
classes/glmMemberImportFromConnections.php

index ba9d0f2..82c6427 100644 (file)
@@ -412,6 +412,7 @@ class GlmMemberImportFromConnections
 
                 // Check for Logo
                 $logo = '';
+echo "<pre>".print_r($m['options'],1)."</pre>";
                 if (isset($m['options']['logo'])) {
                     $logoPath = $m['options']['logo']['meta']['path'];
                     $logo = $this->storeImage($logoPath);