aboutsummaryrefslogtreecommitdiffstats
path: root/mod/photos.php
diff options
context:
space:
mode:
authorZvi ben Yaakov (a.k.a rdc) <coderzvi@infosoc.net>2012-06-19 23:29:24 +0300
committerZvi ben Yaakov (a.k.a rdc) <coderzvi@infosoc.net>2012-06-19 23:29:24 +0300
commitd20cdf09eafbc57c1b6dbcb78a5cdaa731ae876d (patch)
tree6308aca93a11587a579d4c4336cec14c9072151f /mod/photos.php
parent5b057e5dee09e0cab5b78bb9b2ac2e27d59a11f7 (diff)
parent79357ec60dd4338d25e0ddbbbfde38d5db541e67 (diff)
downloadvolse-hubzilla-d20cdf09eafbc57c1b6dbcb78a5cdaa731ae876d.tar.gz
volse-hubzilla-d20cdf09eafbc57c1b6dbcb78a5cdaa731ae876d.tar.bz2
volse-hubzilla-d20cdf09eafbc57c1b6dbcb78a5cdaa731ae876d.zip
Merge git://github.com/friendica/friendica
Diffstat (limited to 'mod/photos.php')
-rw-r--r--mod/photos.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/photos.php b/mod/photos.php
index c6065f3ca..91adbb33b 100644
--- a/mod/photos.php
+++ b/mod/photos.php
@@ -718,6 +718,7 @@ function photos_post(&$a) {
killme();
}
+ $ph->orient($src);
@unlink($src);
$width = $ph->getWidth();