Index: openacs-4/packages/ajax-filestorage-ui/www/xmlhttp/add-url.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajax-filestorage-ui/www/xmlhttp/add-url.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/ajax-filestorage-ui/www/xmlhttp/add-url.tcl 13 Feb 2009 22:13:06 -0000 1.3 +++ openacs-4/packages/ajax-filestorage-ui/www/xmlhttp/add-url.tcl 18 Apr 2009 13:49:27 -0000 1.4 @@ -23,7 +23,7 @@ } else { - set item_id [content::extlink::new -url $fsurl -label $fstitle -description $fsdescription -parent_id $folder_id] + set item_id [content_extlink::new -url $fsurl -label $fstitle -description $fsdescription -parent_id $folder_id] # Analogous as for files (see file-add-2) we know the user has write permission to this folder, # but they may not have admin privileges.