..
This commit is contained in:
parent
25cbb68ea1
commit
f9bcde6e3d
4
post.php
4
post.php
@ -464,10 +464,6 @@
|
||||
$thumb = $image->resize($config['thumb_ext'] ? $config['thumb_ext'] : $post['extension'], $config['thumb_width'], $config['thumb_height']);
|
||||
$thumb->to($post['thumb']);
|
||||
|
||||
//header('Content-Type: text/plain');
|
||||
//var_dump($thumb);
|
||||
//exit;
|
||||
|
||||
$post['thumbwidth'] = $thumb->width;
|
||||
$post['thumbheight'] = $thumb->height;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user