From: Chuck Scott Date: Mon, 11 May 2015 19:43:52 +0000 (-0400) Subject: And again X-Git-Tag: v1.0.0~26 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=5a991bfb278b92f2ab5eaef66e260788d82d2b48;p=WP-Plugins%2Fglm-member-db.git And again --- diff --git a/classes/glmMemberImportFromConnections.php b/classes/glmMemberImportFromConnections.php index f42b137d..ee7f555b 100644 --- a/classes/glmMemberImportFromConnections.php +++ b/classes/glmMemberImportFromConnections.php @@ -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 = ''; } }