diff options
author | Greg Aker <greg.aker@ellislab.com> | 2011-04-19 22:28:40 +0200 |
---|---|---|
committer | Greg Aker <greg.aker@ellislab.com> | 2011-04-19 22:28:40 +0200 |
commit | 4488538665d37b07a08d7fe4ce6f4156a9899211 (patch) | |
tree | f58afd1e468ad1b1de1145cbd4a8c1641c5816c1 /application/config | |
parent | 9ce4385cfc976e309ee12c53726abfd4f066ac3f (diff) |
Removed APPPATH.'third_party' from the packages autoloader to negate needless file stats if no packages exist or if the developer does not load any other packages by default.
Diffstat (limited to 'application/config')
-rw-r--r-- | application/config/autoload.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/config/autoload.php b/application/config/autoload.php index 90b1a808f..53129c9c6 100644 --- a/application/config/autoload.php +++ b/application/config/autoload.php @@ -37,7 +37,7 @@ | */ -$autoload['packages'] = array(APPPATH.'third_party'); +$autoload['packages'] = array(); /* |