And again some removed notices #660

Merged
annando merged 3 commits from notices-again into develop 2018-07-24 06:34:51 +02:00
Showing only changes of commit a10a8361a7 - Show all commits

View file

@ -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);
}