瀏覽代碼

Updating renamed event

Miha Vrhovnik 14 年之前
父節點
當前提交
43bcadbb80
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
     }
 }