summaryrefslogtreecommitdiffstats
path: root/application/config/autoload.php
diff options
context:
space:
mode:
authorGreg Aker <greg.aker@ellislab.com>2011-04-19 22:28:40 +0200
committerGreg Aker <greg.aker@ellislab.com>2011-04-19 22:28:40 +0200
commit4488538665d37b07a08d7fe4ce6f4156a9899211 (patch)
treef58afd1e468ad1b1de1145cbd4a8c1641c5816c1 /application/config/autoload.php
parent9ce4385cfc976e309ee12c53726abfd4f066ac3f (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/autoload.php')
-rw-r--r--application/config/autoload.php2
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();
/*