From 98b3d7d6fffe582387c9ea59166d571965fad468 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 24 Apr 2015 00:59:02 -0700 Subject: reset route --- mod/branchtopic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/branchtopic.php b/mod/branchtopic.php index 2039489fa..609cb19ec 100644 --- a/mod/branchtopic.php +++ b/mod/branchtopic.php @@ -33,7 +33,7 @@ function branchtopic_init(&$a) { intval(local_channel()) ); - $x = q("update item set parent = id, item_flags = (item_flags | %d) where id = %d", + $x = q("update item set parent = id, route = '', item_flags = (item_flags | %d) where id = %d", intval(ITEM_THREAD_TOP), intval($item_id) ); -- cgit v1.2.3