variable name error

This commit is contained in:
Evan Prodromou 2009-03-22 15:23:40 -04:00
parent 8f64c247fd
commit 2e3f228b4b
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ function ping_broadcast_notice($notice) {
'header' =>
"Content-Type: text/xml\r\n".
"User-Agent: Laconica/".LACONICA_VERSION."\r\n",
'content' => $request)));
'content' => $req)));
$file = file_get_contents($notify_url, false, $context);
$response = xmlrpc_decode($file);
if (xmlrpc_is_fault($response)) {