diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-01-21 21:27:09 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-01-21 21:27:09 +0000 |
| commit | e58a9c509b0a864aee583dd14a018a773dbc63e4 (patch) | |
| tree | 916532fa2abed9b0344c874ef8e70bb92e3fa16f /kohana/config | |
| parent | a0456a9a47d35aa8a3776d6b5fea0e68706855d8 (diff) | |
Update Kohana to r3918
Diffstat (limited to 'kohana/config')
| -rw-r--r-- | kohana/config/inflector.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kohana/config/inflector.php b/kohana/config/inflector.php index 64c0853c..6dcfc2d3 100644 --- a/kohana/config/inflector.php +++ b/kohana/config/inflector.php @@ -54,4 +54,5 @@ $config['irregular'] = array 'ox' => 'oxen', 'leaf' => 'leaves', 'course' => 'courses', + 'size' => 'sizes', ); |
