Missing $

This commit is contained in:
Michael 2018-09-12 21:33:44 +00:00
parent 67fa0ed433
commit f7b03bc5f3
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class Inbox extends BaseModule
$filename = 'failed-activitypub';
}
$tempfile = tempnam(get_temppath(), filename);
$tempfile = tempnam(get_temppath(), $filename);
file_put_contents($tempfile, json_encode(['header' => $_SERVER, 'body' => $postdata]));
System::httpExit(200);