diff --git a/cake/dispatcher.php b/cake/dispatcher.php index 33c0b63fb..520383928 100644 --- a/cake/dispatcher.php +++ b/cake/dispatcher.php @@ -135,7 +135,7 @@ class Dispatcher extends Object { Router::setRequestInfo(array($this->params, array('base' => $this->base, 'webroot' => $this->webroot))); return $this->cakeError('error404', array(array('url' => strtolower($controller), - 'message' => __('Was not found on this server'), + 'message' => __('Was not found on this server', true), 'base' => $this->base))); } else { Router::setRequestInfo(array($this->params, array('base' => $this->base, 'webroot' => $this->webroot)));