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.8.1 -r1.6.8.2 --- openacs-4/packages/file-storage/www/url-goto.tcl 6 Sep 2013 16:01:49 -0000 1.6.8.1 +++ openacs-4/packages/file-storage/www/url-goto.tcl 3 Oct 2013 08:33:58 -0000 1.6.8.2 @@ -14,7 +14,7 @@ # Check the URL set url [db_string select_url {} -default {}] -if {![empty_string_p $url]} { +if {$url ne ""} { ad_returnredirect $url } else { return -code error [_ file-storage.no_such_URL]