Index: openacs-4/packages/file-storage/www/url-goto.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/url-goto.tcl,v diff -u -r1.6 -r1.6.8.1 --- openacs-4/packages/file-storage/www/url-goto.tcl 26 May 2005 08:28:46 -0000 1.6 +++ openacs-4/packages/file-storage/www/url-goto.tcl 6 Sep 2013 16:01:49 -0000 1.6.8.1 @@ -9,7 +9,7 @@ } # Check for read permission on this url -ad_require_permission $url_id read +permission::require_permission -object_id $url_id -privilege read # Check the URL set url [db_string select_url {} -default {}]