diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-01-11 22:32:36 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-01-11 22:32:36 +0000 |
| commit | 39835a50277965f77322d5af30123100d2e1b694 (patch) | |
| tree | 7ece3ce578d3d46ad8ff0176101f266b121c1115 /kohana/config | |
| parent | b98f498ed652f10ffc6dbdd1f7305ff9ec262f74 (diff) | |
Update Kohana to r3890
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 4fe73f76..64c0853c 100644 --- a/kohana/config/inflector.php +++ b/kohana/config/inflector.php @@ -53,4 +53,5 @@ $config['irregular'] = array 'goose' => 'geese', 'ox' => 'oxen', 'leaf' => 'leaves', + 'course' => 'courses', ); |
