diff --git a/code/extensions/FormSpamProtectionExtension.php b/code/extensions/FormSpamProtectionExtension.php index 2009f98..993bea5 100644 --- a/code/extensions/FormSpamProtectionExtension.php +++ b/code/extensions/FormSpamProtectionExtension.php @@ -56,7 +56,7 @@ class FormSpamProtectionExtension extends Extension { } if($protector && class_exists($protector)) { - return Injector::inst()->create($protector); + return Injector::inst()->create($protector); } else { return null; }