Think I have it fixed now.
authorChuck Scott <cscott@gaslightmedia.com>
Mon, 11 May 2015 19:55:22 +0000 (15:55 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Mon, 11 May 2015 19:55:22 +0000 (15:55 -0400)
classes/glmMemberImportFromConnections.php

index ee7f555..ba9d0f2 100644 (file)
@@ -419,7 +419,7 @@ class GlmMemberImportFromConnections
                         $logo = '';
                     }
                 } elseif (isset($m['options']['image'])) {
-                    $imagePath = $m['options']['image']['meta']['path'];
+                    $imagePath = $m['options']['image']['meta']['original'];
                     $logo = $this->storeImage($imagePath);
                     if ($logo === false) {
                         $logo = '';