mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 04:43:40 +00:00
[xmpp] Rename /manage module to /delegation
This commit is contained in:
parent
f573907bd2
commit
2a1b1019e3
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ function xmpp_converse(App $a)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (in_array($a->argv[0], ["manage", "logout"])) {
|
if (in_array($a->argv[0], ["delegation", "logout"])) {
|
||||||
$additional_commands = "converse.user.logout();\n";
|
$additional_commands = "converse.user.logout();\n";
|
||||||
} else {
|
} else {
|
||||||
$additional_commands = "";
|
$additional_commands = "";
|
||||||
|
|
Loading…
Reference in a new issue