mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-25 09:43:41 +00:00
This will work
This commit is contained in:
parent
1f9c353bae
commit
a10a8361a7
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ function xmpp_addon_settings(App $a, &$s)
|
|||
|
||||
function xmpp_login()
|
||||
{
|
||||
if (isset($_SESSION["allow_api"]) && !$_SESSION["allow_api"]) {
|
||||
if (empty($_SESSION["allow_api"])) {
|
||||
$password = random_string(16);
|
||||
PConfig::set(local_user(), "xmpp", "password", $password);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue