From: Steve Sutton Date: Wed, 7 Oct 2015 19:19:28 +0000 (-0400) Subject: use CKImage size X-Git-Tag: v0.0.2^2~2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=06874b689bb459696685be00cc2b2e9ec4696dc1;p=WP-Plugins%2Fglm-wp-importer.git use CKImage size --- diff --git a/controllers/ToolboxImport.php b/controllers/ToolboxImport.php index 3d6e320..bb7a767 100644 --- a/controllers/ToolboxImport.php +++ b/controllers/ToolboxImport.php @@ -1271,7 +1271,7 @@ $fileTitle, '', 0, - $this->_options['toolbox_image_url'] . '/tbs1/' + $this->_options['toolbox_image_url'] . '/CKImage/' ); echo '
' . print_r($wpImage, true) . '
'; $this->_images[$wpImage] = $fileName;