"Fixing errors when CSS not showing after recent fixes to error class"

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3379 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
phpnut 2006-08-07 01:10:44 +00:00
parent cd381d62cf
commit 3fb0c55b47

View file

@ -49,7 +49,7 @@ class ErrorHandler extends Object{
parent::__construct();
static $__previousError = null;
$clean = new Sanitize();
$messages = $clean->paranoid($messages, array('.'));
$messages = $clean->paranoid($messages, array('.', '/', '_'));
$this->__dispatch =& new Dispatcher();
if ($__previousError != array($method, $messages)) {