Index: openacs-4/packages/bug-tracker/www/patch.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bug-tracker/www/patch.tcl,v diff -u -r1.16 -r1.17 --- openacs-4/packages/bug-tracker/www/patch.tcl 18 Sep 2013 14:17:03 -0000 1.16 +++ openacs-4/packages/bug-tracker/www/patch.tcl 19 Sep 2013 09:53:35 -0000 1.17 @@ -18,7 +18,7 @@ } # Assert read permission (should this check be in the request processor?) -permission::require_permission -object_id [ad_conn package_id] -object_id read +permission::require_permission -object_id [ad_conn package_id] -privilege read # Initialize variables related to the request that we'll need set package_id [ad_conn package_id]