Delay unprepared posts

This commit is contained in:
Michael 2020-12-13 12:47:49 +00:00
parent c787281eff
commit 0eb4a600b0
8 changed files with 58 additions and 25 deletions

View file

@ -2910,8 +2910,8 @@ class Item
$datarray['api_source'] = true;
// We have to tell the hooks who we are - this really should be improved
$_SESSION["authenticated"] = true;
$_SESSION["uid"] = $contact['uid'];
$_SESSION['authenticated'] = true;
$_SESSION['uid'] = $contact['uid'];
return (bool)$result;
}