diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-03-22 15:23:40 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-03-22 15:23:40 -0400 |
commit | e947d9fdd1245d5b785df8c709d620e7d0940991 (patch) | |
tree | e676905d1c4bbaadf96ef0a62087a573eac08c4c /lib/ping.php | |
parent | 92da8a59cba6c14e2023c72adbe46ca8bf1d2235 (diff) |
variable name error
Diffstat (limited to 'lib/ping.php')
-rw-r--r-- | lib/ping.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ping.php b/lib/ping.php index 2cbec2f21..d7472b920 100644 --- a/lib/ping.php +++ b/lib/ping.php @@ -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)) { |