Checking images
authorChuck Scott <cscott@gaslightmedia.com>
Mon, 11 May 2015 19:38:18 +0000 (15:38 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Mon, 11 May 2015 19:38:18 +0000 (15:38 -0400)
classes/glmMemberImportFromConnections.php

index 142caa5..47fa6ec 100644 (file)
@@ -545,7 +545,7 @@ class GlmMemberImportFromConnections
     // If we have a good image
     public function storeImage($image)
     {
-
+echo $image."<br>";
         // Get new image using temporary file name
         $newImage = wp_get_image_editor($image);