summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/core/CodeIgniter.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php
index 5ff788ae3..10d599c98 100644
--- a/system/core/CodeIgniter.php
+++ b/system/core/CodeIgniter.php
@@ -452,7 +452,7 @@ if ( ! is_php('5.4'))
* Should we use a Composer autoloader?
* ------------------------------------------------------
*/
- if (($composer_autoload = config_item('composer_autoload')) !== FALSE)
+ if ($composer_autoload = config_item('composer_autoload'))
{
if ($composer_autoload === TRUE && file_exists(APPPATH.'vendor/autoload.php'))
{