diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2008-12-24 04:04:08 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-24 04:04:08 +0000 |
| commit | 863e3712c71940276f4c227c9bbf5a57b303972e (patch) | |
| tree | 0989dfed1fbb34d2602d219203156bfd5b8c663e /core/config/config.php | |
| parent | 672eca53371b131484d00cbe6a069092d0b7f6b3 (diff) | |
Add atom to the implicit module list.
Diffstat (limited to 'core/config/config.php')
| -rw-r--r-- | core/config/config.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/config/config.php b/core/config/config.php index 128043c5..3bdb70c1 100644 --- a/core/config/config.php +++ b/core/config/config.php @@ -117,6 +117,7 @@ $config['extension_prefix'] = 'MY_'; * in your application directory, configuration files, controllers, views, etc. */ $config['modules'] = array( + MODPATH . 'atom', MODPATH . 'forge', ); |
