Can't make this work. Id like to redirect users after they change their avatar.
public function redirect (OW_Event $event)
{
OW::getApplication()->redirect("avatar");
}
public function init()
{
OW::getEventManager()->bind('base.after_avatar_change', array($this, 'redirect'));
}