From: Chuck Scott Date: Mon, 11 May 2015 19:38:18 +0000 (-0400) Subject: Checking images X-Git-Tag: v1.0.0~28 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=1b834c9fcd20b8000c2336981949b59ebb63bd44;p=WP-Plugins%2Fglm-member-db.git Checking images --- diff --git a/classes/glmMemberImportFromConnections.php b/classes/glmMemberImportFromConnections.php index 142caa58..47fa6ecd 100644 --- a/classes/glmMemberImportFromConnections.php +++ b/classes/glmMemberImportFromConnections.php @@ -545,7 +545,7 @@ class GlmMemberImportFromConnections // If we have a good image public function storeImage($image) { - +echo $image."
"; // Get new image using temporary file name $newImage = wp_get_image_editor($image);