Index: openacs-4/packages/acs-subsite/lib/applications.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/lib/applications.tcl,v diff -u -r1.6.10.1 -r1.6.10.2 --- openacs-4/packages/acs-subsite/lib/applications.tcl 10 Sep 2015 08:21:34 -0000 1.6.10.1 +++ openacs-4/packages/acs-subsite/lib/applications.tcl 1 Jul 2016 13:47:06 -0000 1.6.10.2 @@ -34,7 +34,7 @@ and t.package_key = p.package_key and t.package_type = 'apm_application' and exists (select 1 - from all_object_party_privilege_map perm + from acs_object_party_privilege_map perm where perm.object_id = p.package_id and perm.privilege = 'read' and perm.party_id = :user_id)