]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
variable name error
authorEvan Prodromou <evan@controlyourself.ca>
Sun, 22 Mar 2009 19:23:40 +0000 (15:23 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Sun, 22 Mar 2009 19:23:40 +0000 (15:23 -0400)
lib/ping.php

index 2cbec2f212484b1f49f1b3991997c95bf61c99fa..d7472b920a1075bb57150007260e0e3027d1e680 100644 (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)) {