merge rename_fix
This commit is contained in:
commit
e4df9488e7
3 changed files with 32 additions and 32 deletions
|
|
@ -72,7 +72,7 @@ func (it *Or) Clone() graph.Iterator {
|
|||
for _, sub := range it.internalIterators {
|
||||
or.AddSubIterator(sub.Clone())
|
||||
}
|
||||
it.CopyTagsFrom(it)
|
||||
or.CopyTagsFrom(it)
|
||||
return or
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue