missed one

This commit is contained in:
friendica 2014-03-25 12:47:29 -07:00
parent 8547e4b2a8
commit dc091800c3

View File

@ -164,7 +164,6 @@ function photo_upload($channel, $observer, $args) {
$p['scale'] = 1;
$r2 = $ph->save($p);
$smallest = 1;
$width_x_height = $ph->getWidth() . 'x' . $ph->getHeight();
if(! $r2)
$errors = true;
}