diff options
author | friendica <redmatrix@redmatrix.me> | 2015-04-24 00:59:02 -0700 |
---|---|---|
committer | friendica <redmatrix@redmatrix.me> | 2015-04-24 00:59:02 -0700 |
commit | 98b3d7d6fffe582387c9ea59166d571965fad468 (patch) | |
tree | 7c296d50fe5c79960546f45508bba25a47302eea /mod/branchtopic.php | |
parent | b3ac1cd993f893efc7b9f6862f630f0784aa1c9f (diff) | |
download | volse-hubzilla-98b3d7d6fffe582387c9ea59166d571965fad468.tar.gz volse-hubzilla-98b3d7d6fffe582387c9ea59166d571965fad468.tar.bz2 volse-hubzilla-98b3d7d6fffe582387c9ea59166d571965fad468.zip |
reset route
Diffstat (limited to 'mod/branchtopic.php')
-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) ); |