Browse Source

"copy/paste bug fix"

Josh Wilson 18 years ago
parent
commit
e088d31e98
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/distributed/DoCollectionManager.py

+ 1 - 1
direct/src/distributed/DoCollectionManager.py

@@ -199,7 +199,7 @@ class DoCollectionManager:
                 "handleObjectLocation: doId: %s parentId: %s zoneId: %s"%
                 (doId, parentId, zoneId))
             # Let the object finish the job
-            if hasattr(distObj, 'checkFFparentId'):
+            if hasattr(obj, 'checkFFparentId'):
                 obj.checkFFparentId(parentId)
             obj.setLocation(parentId, zoneId)
             #self.storeObjectLocation(doId, parentId, zoneId)