diff options
Diffstat (limited to 'archaeological_files')
-rw-r--r-- | archaeological_files/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_files/models.py b/archaeological_files/models.py index 06d927fcd..9e06db0f2 100644 --- a/archaeological_files/models.py +++ b/archaeological_files/models.py @@ -1360,7 +1360,7 @@ class File( @classmethod def get_query_owns(cls, ishtaruser): - return cls._construct_query_own("", cls._get_query_owns_dicts(ishtaruser)) + return cls._construct_query_own(cls, "", cls._get_query_owns_dicts(ishtaruser)) def is_active(self): return not bool(self.end_date) |