From 98a508532f0f3ea35748fa650aa3cad5e929e3de Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 2 Nov 2010 22:21:49 -0700 Subject: fix like/dislike refresh on photos/display items --- mod/photos.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod/photos.php') diff --git a/mod/photos.php b/mod/photos.php index 63300ebee..8d2805fde 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -665,6 +665,7 @@ function photos_content(&$a) { require_once('security.php'); require_once('bbcode.php'); + $o = '
' . "\r\n"; // fetch image, item containing image, then comments $ph = q("SELECT * FROM `photo` WHERE `uid` = %d AND `resource-id` = '%s' -- cgit v1.2.3