diff options
-rw-r--r-- | mod/branchtopic.php | 2 |
1 files changed, 1 insertions, 1 deletions
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) ); |