commit | 8a0f4408da8d614a5e467d9d219f349a6ba75428 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Tue May 09 09:40:49 2017 +0300 |
committer | Andrey Andreev <narf@devilix.net> | Tue May 09 09:45:06 2017 +0300 |
tree | 6fb1b22ecdf15d3597604f3a782d7a6d81d4c6f9 | |
parent | f8fba7bac1c69e619f504f9960133d9b0fecc34b [diff] |
Merge pull request #5108 from ft23/patch-1 quizzes singular doesn't work
diff --git a/system/helpers/inflector_helper.php b/system/helpers/inflector_helper.php index 26a5a5c..4a6805f 100644 --- a/system/helpers/inflector_helper.php +++ b/system/helpers/inflector_helper.php
@@ -95,6 +95,7 @@ '/(s)tatuses$/' => '\1\2tatus', '/(c)hildren$/' => '\1\2hild', '/(n)ews$/' => '\1\2ews', + '/(quiz)zes$/' => '\1', '/([^us])s$/' => '\1' );