removed empty string element from default $autoload['language'] array
diff --git a/system/application/config/autoload.php b/system/application/config/autoload.php
index 85b65aa..90ff6fe 100644
--- a/system/application/config/autoload.php
+++ b/system/application/config/autoload.php
@@ -93,7 +93,7 @@
 |

 */

 

-$autoload['language'] = array('');

+$autoload['language'] = array();

 

 /*

 | -------------------------------------------------------------------