Merge branch 'wall_to_wall' of github.com:CyberDomovoy/friendica into threaded_items
This commit is contained in:
commit
72f3d628e8
|
@ -521,7 +521,7 @@ function prepare_threads_body($a, $items, $cmnt_tpl, $page_writeable, $mode, $pr
|
||||||
$owner_url = zrl($matches[0][1]);
|
$owner_url = zrl($matches[0][1]);
|
||||||
$owner_name = $matches[0][2];
|
$owner_name = $matches[0][2];
|
||||||
// Use the nosign
|
// Use the nosign
|
||||||
$owner_photo = $a->get_baseurl .'/images/nosign.jpg';
|
$owner_photo = $a->get_baseurl() .'/images/nosign.jpg';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user