reset route

This commit is contained in:
friendica 2015-04-24 00:59:02 -07:00
parent b3ac1cd993
commit 98b3d7d6ff

View File

@ -33,7 +33,7 @@ function branchtopic_init(&$a) {
intval(local_channel()) 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_THREAD_TOP),
intval($item_id) intval($item_id)
); );