diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-11-16 07:17:29 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-16 07:17:29 +0000 |
commit | e87a37b8552504a7e9adcafad9662e291b4cfc18 (patch) | |
tree | 2301f619d58ace4f14de01b1e1d868156c7f4c28 /core | |
parent | 140736a1e49d47376ebc893aa2da250ba3d836a3 (diff) |
Rename 'tags' module to 'tag' for consistency of pluralization
Diffstat (limited to 'core')
-rw-r--r-- | core/config/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/config/config.php b/core/config/config.php index c1b5942b..3a81f112 100644 --- a/core/config/config.php +++ b/core/config/config.php @@ -125,7 +125,7 @@ $config['modules'] = array THEMEPATH . 'default', MODPATH . 'carousel', - MODPATH . 'tags', + MODPATH . 'tag', MODPATH . 'user', MODPATH . 'info', MODPATH . 'gmaps', |