1
0
Fork 0

bug #147 comments not working on private notes page

This commit is contained in:
Friendika 2011-09-11 15:09:57 -07:00
commit 0e441fe196
5 changed files with 87 additions and 20 deletions

View file

@ -111,7 +111,7 @@ function conversation(&$a, $items, $mode, $update) {
}
if($mode === 'notes') {
$profile_owner = $a->profile['profile_uid'];
$profile_owner = local_user();
$page_writeable = true;
}

View file

@ -116,6 +116,7 @@
if($('#live-network').length) { src = 'network'; liveUpdate(); }
if($('#live-profile').length) { src = 'profile'; liveUpdate(); }
if($('#live-community').length) { src = 'community'; liveUpdate(); }
if($('#live-notes').length) { src = 'notes'; liveUpdate(); }
if($('#live-display').length) {
if(liking) {
liking = 0;