Revert "Raise FilterNotFound on use of non-existent filter"

This reverts commit 01c25a11a3.

Conflicts:

	test/context_test.rb
This commit is contained in:
James MacAulay
2009-08-19 19:24:33 -04:00
parent 2d0532e041
commit 0150067c40
3 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -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