diff options
author | Max Kostikov <max@kostikov.co> | 2018-09-27 23:49:41 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-09-27 23:49:41 +0200 |
commit | 62d64631b52f855d04da38059c13e4d4d404d8be (patch) | |
tree | 9c8874e358fac931afeb67213bdfab82837b2ef9 /include/xchan.php | |
parent | 11945ce7bcabd6a211cf3005a5d28c0015633cd4 (diff) | |
download | volse-hubzilla-62d64631b52f855d04da38059c13e4d4d404d8be.tar.gz volse-hubzilla-62d64631b52f855d04da38059c13e4d4d404d8be.tar.bz2 volse-hubzilla-62d64631b52f855d04da38059c13e4d4d404d8be.zip |
Update xchan.php
Diffstat (limited to 'include/xchan.php')
-rw-r--r-- | include/xchan.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xchan.php b/include/xchan.php index 8c9c09c72..aad56063f 100644 --- a/include/xchan.php +++ b/include/xchan.php @@ -176,7 +176,7 @@ function xchan_change_key($oldx,$newx,$data) { $tables = [ 'abook' => 'abook_xchan', 'abconfig' => 'xchan', - 'group_member' => 'xchan', + 'pgrp_member' => 'xchan', 'chat' => 'chat_xchan', 'chatpresence' => 'cp_xchan', 'event' => 'event_xchan', |