diff --git a/hobo/taglibs/rapid_core.dryml b/hobo/taglibs/rapid_core.dryml index ebf8504db..1a955505f 100644 --- a/hobo/taglibs/rapid_core.dryml +++ b/hobo/taglibs/rapid_core.dryml @@ -414,7 +414,7 @@ Assuming the context is a blog post... -> June 09, 2008 15:36 --> <%= - raise HoboError, "view of non-viewable field '#{this_field}' of #{this_parent.typed_id rescue this_parent}" unless + raise Hobo::PermissionDeniedError, "view of non-viewable field '#{this_field}' of #{this_parent.typed_id rescue this_parent}" unless can_view? res = if this.nil? && if_blank.nil?