aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-12-26 15:45:50 -0800
committerfriendica <info@friendica.com>2014-12-26 15:45:50 -0800
commit82d3c2a7e0e4ad3b7e46af090956efe66857278d (patch)
tree6fb6a254cc2e01fe711b76eb550472911cb62f79 /mod
parent7ba92feabf97804b5a43ffe85fffc289247c27db (diff)
parente08226f432848b0582f505ee5e1bcc912b33a878 (diff)
downloadvolse-hubzilla-82d3c2a7e0e4ad3b7e46af090956efe66857278d.tar.gz
volse-hubzilla-82d3c2a7e0e4ad3b7e46af090956efe66857278d.tar.bz2
volse-hubzilla-82d3c2a7e0e4ad3b7e46af090956efe66857278d.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'mod')
-rw-r--r--mod/photos.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/mod/photos.php b/mod/photos.php
index 7a9229cc4..f4e770ec0 100644
--- a/mod/photos.php
+++ b/mod/photos.php
@@ -697,13 +697,10 @@ function photos_content(&$a) {
$imagelink = ($a->get_baseurl() . '/photos/' . $a->data['channel']['channel_address'] . '/image/' . $rr['resource_id']
. (($_GET['order'] === 'posted') ? '?f=&order=posted' : ''));
- $rel=("photo");
-
$photos[] = array(
'id' => $rr['id'],
'twist' => ' ' . $twist . rand(2,4),
'link' => $imagelink,
- 'rel' => $rel,
'title' => t('View Photo'),
'src' => $a->get_baseurl() . '/photo/' . $rr['resource_id'] . '-' . $rr['scale'] . '.' .$ext,
'alt' => $imgalt_e,