X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=classes%2FConversation.php;h=aab55723f644188720268fb4076629ab4e8d417f;hb=3839627a6f70b04c1c8f44319f44abeb21589ba7;hp=ea8bd87b5636907893101255dccc67dac81942d4;hpb=b6e5d4ecc39aa0ee8618e2907aa3ad8f4e9af8a5;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; } - } -