X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FConversation.php;h=aab55723f644188720268fb4076629ab4e8d417f;hb=f97b863fd709135fb9f7bf7c756a1c6721e3e988;hp=ea8bd87b5636907893101255dccc67dac81942d4;hpb=c89ed16d24d56879bf40a70d500509d1d42a4532;p=quix0rs-gnu-social.git diff --git a/classes/Conversation.php b/classes/Conversation.php index ea8bd87b56..aab55723f6 100755 --- a/classes/Conversation.php +++ b/classes/Conversation.php @@ -63,7 +63,8 @@ class Conversation extends Memcached_DataObject } $orig = clone($conv); - $orig->uri = common_local_url('conversation', array('id' => $id)); + $orig->uri = common_local_url('conversation', array('id' => $id), + null, null, false); $result = $orig->update($conv); if (empty($result)) { @@ -73,6 +74,4 @@ class Conversation extends Memcached_DataObject return $conv; } - } -