summaryrefslogtreecommitdiff
path: root/lib/ping.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-03-22 15:23:40 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-03-22 15:24:09 -0400
commit2e3f228b4bdb7bfc59a1fd0ce52fbebde7071566 (patch)
tree918931e84caea1d95e1d298debf3e85f3d46d5b2 /lib/ping.php
parent8f64c247fd64e1cce12489c212e55dae16e28c39 (diff)
variable name error
Diffstat (limited to 'lib/ping.php')
-rw-r--r--lib/ping.php2
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)) {