projects
/
WP-Plugins
/
glm-wp-importer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69cb496
)
use CKImage size
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 7 Oct 2015 19:19:28 +0000
(15:19 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Wed, 7 Oct 2015 19:19:28 +0000
(15:19 -0400)
controllers/ToolboxImport.php
patch
|
blob
|
history
diff --git
a/controllers/ToolboxImport.php
b/controllers/ToolboxImport.php
index
3d6e320
..
bb7a767
100644
(file)
--- 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 '<pre>' . print_r($wpImage, true) . '</pre>';
$this->_images[$wpImage] = $fileName;