summaryrefslogtreecommitdiffstats
path: root/system/libraries/Loader.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/libraries/Loader.php')
-rw-r--r--system/libraries/Loader.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/libraries/Loader.php b/system/libraries/Loader.php
index 336caf7dd..ba98a642a 100644
--- a/system/libraries/Loader.php
+++ b/system/libraries/Loader.php
@@ -599,7 +599,6 @@ class CI_Loader {
if (ini_get("short_open_tag") == 0)
{
$file = file_get_contents($path);
-
$file = str_replace('<?=', '<?php echo', $file);
$file = preg_replace("/;*\s*\?>/", " ;?>", $file);