mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
Revert "Raise FilterNotFound on use of non-existent filter"
This reverts commit 01c25a11a3.
Conflicts:
test/context_test.rb
This commit is contained in:
@@ -57,7 +57,7 @@ module Liquid
|
||||
if strainer.respond_to?(method)
|
||||
strainer.__send__(method, *args)
|
||||
else
|
||||
raise FilterNotFound, "Filter '#{method}' not found"
|
||||
args.first
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user