aboutsummaryrefslogtreecommitdiffstats
path: root/mod/photos.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-01-27 18:06:09 -0800
committerfriendica <info@friendica.com>2014-01-27 18:06:09 -0800
commit3100b5d93e9f440a17b99d2856ee022b29d73f80 (patch)
tree86bac10ca87e17ca0d36d0e69595f61c483c27cd /mod/photos.php
parentd9794b981d56c0e0f6e23d33a421e64378fd78a6 (diff)
downloadvolse-hubzilla-3100b5d93e9f440a17b99d2856ee022b29d73f80.tar.gz
volse-hubzilla-3100b5d93e9f440a17b99d2856ee022b29d73f80.tar.bz2
volse-hubzilla-3100b5d93e9f440a17b99d2856ee022b29d73f80.zip
photo tagging still broken - but at least don't create a new linked item every time a photo is edited.
Diffstat (limited to 'mod/photos.php')
-rw-r--r--mod/photos.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/mod/photos.php b/mod/photos.php
index 23733e121..c299fe778 100644
--- a/mod/photos.php
+++ b/mod/photos.php
@@ -778,6 +778,8 @@ function photos_content(&$a) {
return;
}
+
+
$prevlink = '';
$nextlink = '';
@@ -898,6 +900,8 @@ function photos_content(&$a) {
}
}
+// logger('mod_photo: link_item' . print_r($link_item,true));
+
// FIXME - remove this when we move to conversation module
$r = $r[0]['children'];