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

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