|
@@ -93,7 +93,7 @@ class PODUserFilteredApiController(object):
|
93
|
93
|
# We suppose that the parent node has already been added
|
94
|
94
|
# this *should* be the case, but the code does not check it
|
95
|
95
|
if loTmpDict.has_key(loNode.parent_id)==False:
|
96
|
|
- loTmpDict[loNode.parent_id] = getNode(loNode.parent_id)
|
|
96
|
+ loTmpDict[loNode.parent_id] = self.getNode(loNode.parent_id)
|
97
|
97
|
loTmpDict[loNode.parent_id].appendStaticChild(loNode)
|
98
|
98
|
|
99
|
99
|
return loTreeList
|