diff options
author | friendica <info@friendica.com> | 2014-12-26 15:45:50 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-12-26 15:45:50 -0800 |
commit | 82d3c2a7e0e4ad3b7e46af090956efe66857278d (patch) | |
tree | 6fb6a254cc2e01fe711b76eb550472911cb62f79 /mod | |
parent | 7ba92feabf97804b5a43ffe85fffc289247c27db (diff) | |
parent | e08226f432848b0582f505ee5e1bcc912b33a878 (diff) | |
download | volse-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.php | 3 |
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, |