summaryrefslogtreecommitdiffstats
path: root/system/core/CodeIgniter.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/core/CodeIgniter.php')
-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 eb3927e47..6d6747106 100644
--- a/system/core/CodeIgniter.php
+++ b/system/core/CodeIgniter.php
@@ -74,7 +74,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
register_shutdown_function('_shutdown_handler');
// Kill magic quotes
- is_php('5.4') OR @ini_set('magic_quotes_runtime', 0);
+ is_php('5.4') OR ini_set('magic_quotes_runtime', 0);
/*
* ------------------------------------------------------