wrong template loaded issue

This commit is contained in:
friendica 2014-10-20 20:10:23 -07:00
parent 577d84b883
commit bac947c4dd

View File

@ -64,7 +64,7 @@ function channel_content(&$a, $update = 0, $load = false) {
if($update) {
// Ensure we've got a profile owner if updating.
$a->profile['profile_uid'] = $update;
$a->profile['profile_uid'] = $a->profile_uid = $update;
}
else {
if($a->profile['profile_uid'] == local_user()) {