forked from leftypol/leftypol
post.php: fix typo
This commit is contained in:
parent
42e850091a
commit
c1c20bdab2
1 changed files with 1 additions and 1 deletions
2
post.php
2
post.php
|
@ -1407,7 +1407,7 @@ function handle_post(Context $ctx)
|
|||
$file['extension'] == ($config['thumb_ext'] ? $config['thumb_ext'] : $file['extension'])
|
||||
) {
|
||||
// Copy, because there's nothing to resize
|
||||
coopy($file['tmp_name'], $file['thumb']);
|
||||
copy($file['tmp_name'], $file['thumb']);
|
||||
|
||||
$file['thumbwidth'] = $image->size->width;
|
||||
$file['thumbheight'] = $image->size->height;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue