commit | 5c59c7dc3254616b18057922ce012f22c18b147b | [log] [tgz] |
---|---|---|
author | joelcox <joel@mickly.com> | Sun Jan 16 18:53:37 2011 +0100 |
committer | joelcox <joel@mickly.com> | Sun Jan 16 18:53:37 2011 +0100 |
tree | 01998eaf6034cd3123f37031bddad89e172dc736 | |
parent | 1bfd9fabffc47ae7f6efc4704ae3125599004de8 [diff] |
Cleaned up environment class variable which isn't used anymore in current implementation
diff --git a/system/core/Config.php b/system/core/Config.php index ae91441..d6b97d7 100644 --- a/system/core/Config.php +++ b/system/core/Config.php
@@ -30,7 +30,6 @@ var $config = array(); var $is_loaded = array(); - var $environment = ENVIRONMENT; var $_config_paths = array(APPPATH); /**