From dc091800c3a138810b2c14127dfa2fe4fab3616b Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 25 Mar 2014 12:47:29 -0700 Subject: missed one --- include/photos.php | 1 - 1 file changed, 1 deletion(-) (limited to 'include/photos.php') diff --git a/include/photos.php b/include/photos.php index d1462a27f..65d2dfb30 100644 --- a/include/photos.php +++ b/include/photos.php @@ -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; } -- cgit v1.2.3