Index: openacs-4/packages/static-portlet/tcl/static-portlet-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/static-portlet/tcl/Attic/static-portlet-callback-procs.tcl,v diff -u -r1.1.2.4 -r1.1.2.5 --- openacs-4/packages/static-portlet/tcl/static-portlet-callback-procs.tcl 26 Oct 2005 10:39:23 -0000 1.1.2.4 +++ openacs-4/packages/static-portlet/tcl/static-portlet-callback-procs.tcl 18 Nov 2005 09:44:58 -0000 1.1.2.5 @@ -52,5 +52,8 @@ -portal_id $portal_id \ -package_id $selected_community \ -content_id $item_id] + } on_error { + ad_return_error "Error:" "The error was: $errmsg" } + return $item_id }