forked from leftypol/leftypol
Fix thumbnail width/height in API
The API currently has the thumbnail widths and heights switched around
This commit is contained in:
parent
ab2a83d194
commit
7ea5b129e6
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ class Api {
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->fileFields = array(
|
$this->fileFields = array(
|
||||||
'thumbheight' => 'tn_w',
|
'thumbheight' => 'tn_h',
|
||||||
'thumbwidth' => 'tn_h',
|
'thumbwidth' => 'tn_w',
|
||||||
'height' => 'w',
|
'height' => 'w',
|
||||||
'width' => 'h',
|
'width' => 'h',
|
||||||
'size' => 'fsize',
|
'size' => 'fsize',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue