diff options
author | admin <devnull@localhost> | 2006-10-17 04:32:59 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-17 04:32:59 +0200 |
commit | 9cd4cd5e26c98c055dc5766a9ac929609f54e910 (patch) | |
tree | d6fbb3d74dba97a7773ceebbddb90b603653c478 /system/libraries/Loader.php | |
parent | 30578eadecee1b7fd96e82b17100bba5347d362e (diff) |
Diffstat (limited to 'system/libraries/Loader.php')
-rw-r--r-- | system/libraries/Loader.php | 1 |
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); |