From b6cf58669756ba7ebcf6af11845122e7f6267011 Mon Sep 17 00:00:00 2001 From: phpnut Date: Thu, 18 Dec 2008 00:11:23 +0000 Subject: [PATCH] Fixes #5828, Trailing new line character at the end of "/app/config/core.php". git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7935 3807eeeb-6ff5-0310-8944-8be069107fe0 --- app/config/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/core.php b/app/config/core.php index e7c7fdd25..dfcba1ea5 100644 --- a/app/config/core.php +++ b/app/config/core.php @@ -224,4 +224,4 @@ * */ Cache::config('default', array('engine' => 'File')); -?> +?> \ No newline at end of file