From 85cf7a762c933b863ed75decbbf20d712012e072 Mon Sep 17 00:00:00 2001 From: Miha Vrhovnik Date: Thu, 27 Mar 2014 13:58:41 +0100 Subject: [PATCH] framework_bundle -> framework --- UPGRADE-2.5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADE-2.5.md b/UPGRADE-2.5.md index f5704103fe..e3b581b5b9 100644 --- a/UPGRADE-2.5.md +++ b/UPGRADE-2.5.md @@ -61,7 +61,7 @@ Validator Strict email validation has to be explicitly activated in the configuration file by adding ``` - framework_bundle: + framework: //... validation: strict_email: true