diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-03-15 22:54:19 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-03-15 22:54:19 +0000 |
commit | a89541545fd94e0ccbed449736d5fe0ba2c98bd1 (patch) | |
tree | c66283d18c8fbd10293a54b7b416ff4cafe66af3 /core | |
parent | abdab49aefbe259390a1ddb2b93d23fbcc2ac4c1 (diff) |
Remove automatic load of atom module.
Diffstat (limited to 'core')
-rw-r--r-- | core/config/config.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/config/config.php b/core/config/config.php index d120b24b..fa79cf97 100644 --- a/core/config/config.php +++ b/core/config/config.php @@ -117,7 +117,6 @@ $config['extension_prefix'] = 'MY_'; * in your application directory, configuration files, controllers, views, etc. */ $config['modules'] = array( - MODPATH . 'atom', MODPATH . 'forge', ); |