aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/photos.php1
1 files changed, 0 insertions, 1 deletions
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;
}