thumb.php: Fix undefined variable $width
authorSergio Santoro <santoro.srg@gmail.com>
Wed, 9 Jul 2014 21:29:41 +0000 (23:29 +0200)
committerKrinkle <krinklemail@gmail.com>
Wed, 9 Jul 2014 21:46:15 +0000 (21:46 +0000)
commit2e741ad641bf59886bf10716cdb2bbde756e34b8
tree58b33c0c359c3451ea4dda43e3dfa0d2c02fa8d0
parentea307eafa3b655b612f45a4a279c1010ae633466
thumb.php: Fix undefined variable $width

Follows-up 5ca94d2d26e80bb2a4ea9339a3adc31baf186d3a.

In thumb.php an undefined variable ($width) was used, triggering
fatal errors while processing requests that were passing thumbnail
width with px (pixel) suffix.

Change-Id: I2dc4f4d2979f8225d2a6211ec50cdc79438539a9
thumb.php