"Removing duplicated code"

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6228 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
phpnut 2007-12-23 16:44:42 +00:00
parent a281b7b6e3
commit 473b414131

View file

@ -136,7 +136,6 @@ class FileEngine extends CacheEngine {
if (!empty($this->settings['serialize'])) {
if ($windows) {
$data = str_replace('\\', '\\\\\\\\', serialize($data));
$lineBreak = "\r\n";
} else {
$data = serialize($data);
}