app/cms/scrivito/user.rb in scrivito_sdk-1.15.0 vs app/cms/scrivito/user.rb in scrivito_sdk-1.16.0.rc1

- old
+ new

@@ -257,10 +257,10 @@ def sandbox_suggest_user_proc(input) suggest_users_proc.call(input) rescue StandardError => e message = %{Method `suggest_users' of the user "#{id}" raised an error on input "#{input}"} - Warning.error(message, e) + Scrivito::Warning.error(message, e) nil end end end