Skip to content

Commit

Permalink
Updating renamed event
Browse files Browse the repository at this point in the history
  • Loading branch information
Miha Vrhovnik committed Apr 18, 2011
1 parent 4bb823f commit 43bcadb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -29,6 +29,6 @@ public function onBindClientData(FilterDataEvent $event)

public static function getSubscribedEvents()
{
return Events::onBindDataFromClient;
return Events::onBindClientData;
}
}

0 comments on commit 43bcadb

Please sign in to comment.