From a67a97722a40283f0f3a430fdf0ac12ac095b4c3 Mon Sep 17 00:00:00 2001 From: ceeram Date: Fri, 13 Nov 2009 14:36:33 +0100 Subject: [PATCH] refs #291 Signed-off-by: Mark Story --- cake/libs/inflector.php | 1 + 1 file changed, 1 insertion(+) diff --git a/cake/libs/inflector.php b/cake/libs/inflector.php index 71f07b4e36b..863072dfdf4 100644 --- a/cake/libs/inflector.php +++ b/cake/libs/inflector.php @@ -305,6 +305,7 @@ function __initSingularRules() { '/(m)en$/i' => '\1an', '/(c)hildren$/i' => '\1\2hild', '/(n)ews$/i' => '\1\2ews', + '/eaus$/' => 'eau', '/^(.*us)$/' => '\\1', '/s$/i' => '');