commit | 9cd4cd5e26c98c055dc5766a9ac929609f54e910 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Tue Oct 17 02:32:59 2006 +0000 |
committer | admin <devnull@localhost> | Tue Oct 17 02:32:59 2006 +0000 |
tree | d6fbb3d74dba97a7773ceebbddb90b603653c478 | |
parent | 30578eadecee1b7fd96e82b17100bba5347d362e [diff] |
diff --git a/system/libraries/Loader.php b/system/libraries/Loader.php index 336caf7..ba98a64 100644 --- a/system/libraries/Loader.php +++ b/system/libraries/Loader.php
@@ -599,7 +599,6 @@ if (ini_get("short_open_tag") == 0) { $file = file_get_contents($path); - $file = str_replace('<?=', '<?php echo', $file); $file = preg_replace("/;*\s*\?>/", " ;?>", $file);