Ticket #17262: post.diff
File post.diff, 302 bytes (added by , 12 years ago) |
---|
Line | |
---|---|
1 | 3863c3863 |
2 | < if ( !empty($imagedata['thumb']) && ($thumbfile = str_replace(basename($file), $imagedata['thumb'], $file)) && file_exists($thumbfile) ) |
3 | --- |
4 | > if ( !empty($imagedata['thumbnail']) && ($thumbfile = str_replace(basename($file), $imagedata['thumbnail'], $file)) && file_exists($thumbfile) ) |