diff options
author | Friendika <info@friendika.com> | 2010-11-02 22:21:49 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-02 22:21:49 -0700 |
commit | 98a508532f0f3ea35748fa650aa3cad5e929e3de (patch) | |
tree | e65ec844ea7fcb83dfef7f9156ca971b7647c94c /mod/photos.php | |
parent | 07b78e9d1cc3785f41a76c2806efb871978927a3 (diff) | |
download | volse-hubzilla-98a508532f0f3ea35748fa650aa3cad5e929e3de.tar.gz volse-hubzilla-98a508532f0f3ea35748fa650aa3cad5e929e3de.tar.bz2 volse-hubzilla-98a508532f0f3ea35748fa650aa3cad5e929e3de.zip |
fix like/dislike refresh on photos/display items
Diffstat (limited to 'mod/photos.php')
-rw-r--r-- | mod/photos.php | 1 |
1 files changed, 1 insertions, 0 deletions
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 = '<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' |