From c2274403c7c35eecc254da0a5b3778fbb2597148 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 14 Nov 2013 15:53:31 -0800 Subject: define js profile_uid in photos module --- mod/photos.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/photos.php b/mod/photos.php index 72084665c..43c74851a 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -42,7 +42,7 @@ function photos_init(&$a) { $a->set_widget('photo_albums',photos_album_widget($a->data['channel'],$observer,$a->data['albums'])); } - $a->page['htmlhead'] .= "" ; + $a->page['htmlhead'] .= "" ; } -- cgit v1.2.3