aboutsummaryrefslogtreecommitdiffstats
path: root/include/photos.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-25 12:47:29 -0700
committerfriendica <info@friendica.com>2014-03-25 12:47:29 -0700
commitdc091800c3a138810b2c14127dfa2fe4fab3616b (patch)
treea257940fd8ea47096e18bb2b3a4ce8f0fa177ff4 /include/photos.php
parent8547e4b2a8f41b6a600006b2673809e5b383059b (diff)
downloadvolse-hubzilla-dc091800c3a138810b2c14127dfa2fe4fab3616b.tar.gz
volse-hubzilla-dc091800c3a138810b2c14127dfa2fe4fab3616b.tar.bz2
volse-hubzilla-dc091800c3a138810b2c14127dfa2fe4fab3616b.zip
missed one
Diffstat (limited to 'include/photos.php')
-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;
}