bug #147 comments not working on private notes page
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user