diff options
author | zottel <github@zottel.net> | 2015-09-08 08:39:37 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2015-09-08 08:39:37 +0200 |
commit | 52cd8652bb4b2454bc2bd49d8ec39a5549c4ab68 (patch) | |
tree | 8e25e4395d8ef7f0dbbe0f12450ad4b9d7cb20c0 /include/photos.php | |
parent | c5981cbc9afb88015fb59b4743484bb78a87188d (diff) | |
parent | c6bdf7e891f3c0b49a1e9c40622e05aef590e2b6 (diff) | |
download | volse-hubzilla-52cd8652bb4b2454bc2bd49d8ec39a5549c4ab68.tar.gz volse-hubzilla-52cd8652bb4b2454bc2bd49d8ec39a5549c4ab68.tar.bz2 volse-hubzilla-52cd8652bb4b2454bc2bd49d8ec39a5549c4ab68.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'include/photos.php')
-rw-r--r-- | include/photos.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/photos.php b/include/photos.php index 25818124a..49aab6865 100644 --- a/include/photos.php +++ b/include/photos.php @@ -226,11 +226,8 @@ function photo_upload($channel, $observer, $args) { $width_x_height = $ph->getWidth() . 'x' . $ph->getHeight(); - $mid = item_message_id(); - // Create item container - $item_hidden = (($visible) ? 0 : 1 ); $lat = $lon = null; |