From a89541545fd94e0ccbed449736d5fe0ba2c98bd1 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 15 Mar 2009 22:54:19 +0000 Subject: Remove automatic load of atom module. --- core/config/config.php | 1 - 1 file changed, 1 deletion(-) (limited to 'core') 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', ); -- cgit v1.2.3