summaryrefslogtreecommitdiffstats
path: root/pyload/api/FileApi.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/api/FileApi.py')
-rw-r--r--pyload/api/FileApi.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyload/api/FileApi.py b/pyload/api/FileApi.py
index cebfb78d6..0f389043d 100644
--- a/pyload/api/FileApi.py
+++ b/pyload/api/FileApi.py
@@ -13,6 +13,7 @@ class FileApi(ApiComponent):
def checkResult(self, info):
""" Internal method to verify result and owner """
+ #TODO: shared?
return info and (not self.primaryUID or info.owner == self.primaryUID)
@RequirePerm(Permission.All)