From 0cc669d08e48945e0ae9004f75f313c51b445323 Mon Sep 17 00:00:00 2001 From: gwoo Date: Wed, 11 Jun 2008 15:47:47 +0000 Subject: [PATCH] removing whitespace added in last commit git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7173 3807eeeb-6ff5-0310-8944-8be069107fe0 --- cake/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cake/bootstrap.php b/cake/bootstrap.php index 0daffe8ec..a727b6e7c 100644 --- a/cake/bootstrap.php +++ b/cake/bootstrap.php @@ -44,7 +44,7 @@ if (!defined('PHP5')) { require LIBS . 'cache.php'; Configure::getInstance(); - + $url = null; App::import('Core', array('Session', 'Security', 'String', 'Dispatcher'));