diff options
author | Zvi ben Yaakov (a.k.a rdc) <coderzvi@infosoc.net> | 2012-06-19 23:29:24 +0300 |
---|---|---|
committer | Zvi ben Yaakov (a.k.a rdc) <coderzvi@infosoc.net> | 2012-06-19 23:29:24 +0300 |
commit | d20cdf09eafbc57c1b6dbcb78a5cdaa731ae876d (patch) | |
tree | 6308aca93a11587a579d4c4336cec14c9072151f /mod/photos.php | |
parent | 5b057e5dee09e0cab5b78bb9b2ac2e27d59a11f7 (diff) | |
parent | 79357ec60dd4338d25e0ddbbbfde38d5db541e67 (diff) | |
download | volse-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.php | 1 |
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(); |