Removed trailing whitespaces from core.

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7847 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
renan.saddam 2008-11-08 02:54:07 +00:00
parent edfbe5be33
commit 6319f8ea69
57 changed files with 127 additions and 274 deletions

View file

@ -57,7 +57,7 @@ class CakeErrorController extends AppController {
}
}
/**
* Error Handler.
* Error Handler.
*
* Captures and handles all cakeError() calls.
* Displays helpful framework errors when debug > 1.
@ -83,7 +83,7 @@ class ErrorHandler extends Object {
function __construct($method, $messages) {
App::import('Core', 'Sanitize');
static $__previousError = null;
if ($__previousError != array($method, $messages)) {
$__previousError = array($method, $messages);
$this->controller =& new CakeErrorController();