Browse Source

Updating renamed event

Miha Vrhovnik 14 years ago
parent
commit
43bcadbb80
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Symfony/Component/Form/EventListener/StripTagsListener.php

+ 1 - 1
src/Symfony/Component/Form/EventListener/StripTagsListener.php

@@ -29,6 +29,6 @@ class StripTagsListener implements EventSubscriberInterface
 
     public static function getSubscribedEvents()
     {
-        return Events::onBindDataFromClient;
+        return Events::onBindClientData;
     }
 }