aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
Diffstat (limited to 'mod')
-rw-r--r--mod/manage.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/manage.php b/mod/manage.php
index 0a0cfe921..671003efd 100644
--- a/mod/manage.php
+++ b/mod/manage.php
@@ -149,6 +149,7 @@ function manage_content(&$a) {
$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'];
+ $delegates[$x]['delegate'] = 1;
}
}
else {