merge rename_fix

This commit is contained in:
Barak Michener 2014-07-03 16:02:54 -04:00
commit e4df9488e7
3 changed files with 32 additions and 32 deletions

View file

@ -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
}