regression: channel name missing on delegate section of manage page

This commit is contained in:
redmatrix 2016-01-24 18:33:02 -08:00
parent 5e9e1b2c91
commit 1ccf836ebb

View File

@ -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 {