summaryrefslogtreecommitdiffhomepage
path: root/table/destination.go
diff options
context:
space:
mode:
Diffstat (limited to 'table/destination.go')
-rw-r--r--table/destination.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/table/destination.go b/table/destination.go
index d6f1f1de..78c54ba0 100644
--- a/table/destination.go
+++ b/table/destination.go
@@ -258,7 +258,7 @@ func (dest *Destination) NewFeed(id string) *Path {
if old == nil {
return nil
}
- return old.Clone(old.Owner, true)
+ return old.Clone(true)
}
return best
}