aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <redmatrix@redmatrix.me>2015-04-24 00:59:02 -0700
committerfriendica <redmatrix@redmatrix.me>2015-04-24 00:59:02 -0700
commit98b3d7d6fffe582387c9ea59166d571965fad468 (patch)
tree7c296d50fe5c79960546f45508bba25a47302eea /mod
parentb3ac1cd993f893efc7b9f6862f630f0784aa1c9f (diff)
downloadvolse-hubzilla-98b3d7d6fffe582387c9ea59166d571965fad468.tar.gz
volse-hubzilla-98b3d7d6fffe582387c9ea59166d571965fad468.tar.bz2
volse-hubzilla-98b3d7d6fffe582387c9ea59166d571965fad468.zip
reset route
Diffstat (limited to 'mod')
-rw-r--r--mod/branchtopic.php2
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)
);