summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r--ishtar_common/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py
index 916a89ff5..1eeffc65d 100644
--- a/ishtar_common/models.py
+++ b/ishtar_common/models.py
@@ -3649,7 +3649,7 @@ class UserProfile(models.Model):
# print("ishtar_common/models.py - 3578", item_ids, ishtar_user, content_type, permission_type)
if permission_query.include_upstream_items:
item_ids += model_class.get_ids_from_upper_permissions(
- ishtar_user.user_ptr.pk, permissions
+ ishtar_user.user_ptr.pk, content_type
)
# DEBUG
# print("ishtar_common/models.py - 3584", item_ids, ishtar_user, content_type, permission_type)