regression: channel name missing on delegate section of manage page
This commit is contained in:
parent
5e9e1b2c91
commit
1ccf836ebb
@ -148,6 +148,7 @@ function manage_content(&$a) {
|
||||
for($x = 0; $x < count($delegates); $x ++) {
|
||||
$delegates[$x]['link'] = 'magic?f=&dest=' . urlencode($delegates[$x]['xchan_url'])
|
||||
. '&delegate=' . urlencode($delegates[$x]['xchan_addr']);
|
||||
$delegates[$x]['channel_name'] = $delegates[$x]['xchan_name'];
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
Reference in New Issue
Block a user