variable name error

This commit is contained in:
Evan Prodromou 2009-03-22 15:23:40 -04:00
parent 92da8a59cb
commit e947d9fdd1
1 changed files with 1 additions and 1 deletions

View File

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