Index: openacs-4/packages/attachments/www/file-add-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/attachments/www/file-add-2.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/attachments/www/file-add-2.tcl 27 Oct 2014 16:41:05 -0000 1.7 +++ openacs-4/packages/attachments/www/file-add-2.tcl 7 Aug 2017 23:48:04 -0000 1.8 @@ -9,7 +9,7 @@ upload_file:notnull,trim upload_file.tmpfile:tmpfile object_id:naturalnum,notnull - return_url:notnull + return_url:localurl,notnull title:notnull,trim description } -validate { @@ -76,3 +76,9 @@ ad_returnredirect $return_url + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: