From 06874b689bb459696685be00cc2b2e9ec4696dc1 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 7 Oct 2015 15:19:28 -0400 Subject: [PATCH] use CKImage size --- controllers/ToolboxImport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.17.1