summaryrefslogtreecommitdiffstats
path: root/system/libraries/Loader.php
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-17 04:32:59 +0200
committeradmin <devnull@localhost>2006-10-17 04:32:59 +0200
commit9cd4cd5e26c98c055dc5766a9ac929609f54e910 (patch)
treed6fbb3d74dba97a7773ceebbddb90b603653c478 /system/libraries/Loader.php
parent30578eadecee1b7fd96e82b17100bba5347d362e (diff)
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);