Index: openacs-4/packages/static-pages/www/page-visit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/static-pages/www/page-visit.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/static-pages/www/page-visit.tcl 30 Oct 2001 23:11:55 -0000 1.3 +++ openacs-4/packages/static-pages/www/page-visit.tcl 18 Sep 2002 12:03:33 -0000 1.4 @@ -12,6 +12,7 @@ if { ![db_0or1row sp_path { select filename from static_pages where static_page_id = :page_id }] } { ad_return_error "Page not found" "The page requested could not be found." + ad_script_abort } # The filename must begin "[acs_root_dir]/www" to be valid. These leading