I think I have it
authorChuck Scott <cscott@gaslightmedia.com>
Mon, 11 May 2015 20:03:11 +0000 (16:03 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Mon, 11 May 2015 20:03:11 +0000 (16:03 -0400)
classes/glmMemberImportFromConnections.php

index d25b8a0..784397c 100644 (file)
@@ -419,8 +419,7 @@ class GlmMemberImportFromConnections
                         $logo = '';
                     }
                 } elseif (isset($m['options']['image'])) {
-echo "<pre>".print_r($m['options'],1)."</pre>";
-                    $imagePath = $m['options']['image']['meta']['original'];
+                    $imagePath = $m['options']['image']['meta']['original']['path'];
                     $logo = $this->storeImage($imagePath);
                     if ($logo === false) {
                         $logo = '';