fix like/dislike refresh on photos/display items
This commit is contained in:
parent
07b78e9d1c
commit
98a508532f
7 changed files with 27 additions and 2 deletions
|
@ -665,6 +665,7 @@ function photos_content(&$a) {
|
|||
require_once('security.php');
|
||||
require_once('bbcode.php');
|
||||
|
||||
$o = '<div id="live-display"></div>' . "\r\n";
|
||||
// fetch image, item containing image, then comments
|
||||
|
||||
$ph = q("SELECT * FROM `photo` WHERE `uid` = %d AND `resource-id` = '%s'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue