]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Wasn't putting in namespaces for reply salmons
authorEvan Prodromou <evan@status.net>
Mon, 22 Feb 2010 03:38:18 +0000 (22:38 -0500)
committerEvan Prodromou <evan@status.net>
Mon, 22 Feb 2010 03:38:18 +0000 (22:38 -0500)
plugins/OStatus/OStatusPlugin.php

index ec6f3f3b0ad43fd7fda7a057996273f679725edf..641765daebae4e325cfdbf4d4a3b702de70b1c8a 100644 (file)
@@ -208,7 +208,7 @@ class OStatusPlugin extends Plugin
                 // FIXME: this needs to go out in a queue handler
 
                 $xml = '<?xml version="1.0" encoding="UTF-8" ?>';
-                $xml .= $notice->asAtomEntry();
+                $xml .= $notice->asAtomEntry(true, true);
 
                 $salmon = new Salmon();
                 $salmon->post($oprofile->salmonuri, $xml);