aboutsummaryrefslogtreecommitdiffstats
path: root/mod/photos.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-02-16 01:22:11 -0800
committerfriendica <info@friendica.com>2015-02-16 01:22:11 -0800
commita1c4bbfa5cc59c5f61370d1c0e0a8d5c202729e4 (patch)
tree8471f592872980d0b26f5d5e4350e3f2ac0d8c52 /mod/photos.php
parenteb3c5916d759742fa87ec00622b363d0de29b283 (diff)
downloadvolse-hubzilla-a1c4bbfa5cc59c5f61370d1c0e0a8d5c202729e4.tar.gz
volse-hubzilla-a1c4bbfa5cc59c5f61370d1c0e0a8d5c202729e4.tar.bz2
volse-hubzilla-a1c4bbfa5cc59c5f61370d1c0e0a8d5c202729e4.zip
quick fix for photos page until calls to like_puller() are fixed
Diffstat (limited to 'mod/photos.php')
-rw-r--r--mod/photos.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/mod/photos.php b/mod/photos.php
index 33854dd76..8ac6ed3d7 100644
--- a/mod/photos.php
+++ b/mod/photos.php
@@ -977,10 +977,10 @@ function photos_content(&$a) {
if($r) {
- foreach($r as $item) {
- like_puller($a,$item,$alike,'like');
- like_puller($a,$item,$dlike,'dislike');
- }
+// foreach($r as $item) {
+// like_puller($a,$item,$alike,'like');
+// like_puller($a,$item,$dlike,'dislike');
+// }
$like_count = ((x($alike,$link_item['mid'])) ? $alike[$link_item['mid']] : '');
$like_list = ((x($alike,$link_item['mid'])) ? $alike[$link_item['mid'] . '-l'] : '');