aboutsummaryrefslogtreecommitdiffstats
path: root/include/xchan.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/xchan.php')
-rw-r--r--include/xchan.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/xchan.php b/include/xchan.php
index c492a77dc..f2fe92f20 100644
--- a/include/xchan.php
+++ b/include/xchan.php
@@ -228,11 +228,13 @@ function xchan_change_key($oldx,$newx,$data) {
'chat' => 'chat_xchan',
'chatpresence' => 'cp_xchan',
'event' => 'event_xchan',
- 'item' => 'owner_xchan',
- 'item' => 'author_xchan',
+ // PHP Arrays can't have duplicate keys.
+ // 'item' => 'owner_xchan',
+ // 'item' => 'author_xchan',
'item' => 'source_xchan',
'shares' => 'share_xchan',
- 'source' => 'src_channel_xchan',
+ // PHP Arrays can't have duplicate keys.
+ // 'source' => 'src_channel_xchan',
'source' => 'src_xchan',
'xchat' => 'xchat_xchan',
'xconfig' => 'xchan',