Make file/thumb dimensons actually work (thanks sti)

This commit is contained in:
ctrlcctrlv 2013-08-20 21:31:46 +00:00 committed by Michael Foster
parent 618d979ec4
commit ddd34347f8

View File

@ -24,10 +24,10 @@ class Api {
'trip' => 'trip',
'capcode' => 'capcode',
'time' => 'time',
'thumbx' => 'tn_w',
'thumby' => 'tn_h',
'filex' => 'w',
'filey' => 'h',
'thumbheight' => 'tn_w',
'thumbwidth' => 'tn_h',
'fileheight' => 'w',
'filewidth' => 'h',
'filesize' => 'fsize',
'filename' => 'filename',
'omitted' => 'omitted_posts',