Merge pull request #900 from MrPetovan/task/7727-move-manage-to-src

[xmpp] Rename /manage module to /delegation
This commit is contained in:
Michael Vogel 2019-10-13 18:54:31 +02:00 committed by GitHub
commit 0e6a926305
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ function xmpp_converse(App $a)
return;
}
if (in_array($a->argv[0], ["manage", "logout"])) {
if (in_array($a->argv[0], ["delegation", "logout"])) {
$additional_commands = "converse.user.logout();\n";
} else {
$additional_commands = "";