Index: openacs-4/packages/xotcl-core/www/show-object.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/www/show-object.tcl,v diff -u -N -r1.9 -r1.10 --- openacs-4/packages/xotcl-core/www/show-object.tcl 8 Aug 2007 10:35:51 -0000 1.9 +++ openacs-4/packages/xotcl-core/www/show-object.tcl 9 Dec 2007 21:19:53 -0000 1.10 @@ -20,7 +20,7 @@ set isobject [::xotcl::api isobject $scope $object] if {!$isobject} { - ad_return_error "Object Error" "I was unable to access object $object. + ad_return_complaint 1 "Unable to access object $object. Might this be a temporary object?" ad_script_abort }