]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
include namespaces in posted activities in notifyActivity()
authorEvan Prodromou <evan@status.net>
Sun, 21 Feb 2010 21:23:55 +0000 (16:23 -0500)
committerEvan Prodromou <evan@status.net>
Sun, 21 Feb 2010 21:23:55 +0000 (16:23 -0500)
plugins/OStatus/classes/Ostatus_profile.php

index 3b79f32c624ddcbb3384c8766c85eae52b1a93bc..b67e2020265d738e36bbd628c0cec3cb1e145226 100644 (file)
@@ -361,7 +361,7 @@ class Ostatus_profile extends Memcached_DataObject
     {
         if ($this->salmonuri) {
 
-            $xml = $activity->asString();
+            $xml = $activity->asString(true);
 
             $salmon = new Salmon(); // ?