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.3 -r1.4 --- openacs-4/packages/file-storage/www/url-goto.tcl 5 Nov 2002 17:19:59 -0000 1.3 +++ openacs-4/packages/file-storage/www/url-goto.tcl 17 May 2003 10:39:54 -0000 1.4 @@ -8,7 +8,7 @@ url_id:notnull } -# Check for write permission on this folder +# Check for read permission on this url ad_require_permission $url_id read # Check the URL @@ -19,4 +19,3 @@ } else { return -code error [_ file-storage.no_such_URL] } -