Merge pull request #64 from hatstand0/patch-1

Fix thumbnail width/height in API
This commit is contained in:
Fredrick Brennan 2014-09-25 12:33:37 -04:00
commit eeaa9e471e

View File

@ -41,8 +41,8 @@ class Api {
);
$this->fileFields = array(
'thumbheight' => 'tn_w',
'thumbwidth' => 'tn_h',
'thumbheight' => 'tn_h',
'thumbwidth' => 'tn_w',
'height' => 'w',
'width' => 'h',
'size' => 'fsize',