Merge remote-tracking branch 'remotes/matiss/patch-1' into develop

This commit is contained in:
Samuel Georges 2015-04-11 11:08:44 +10:00
commit ebcf57e8e3
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class ErrorHandler extends ErrorHandlerBase
// Route to the CMS error page.
$controller = new Controller($theme);
return $controller->run('/error');
return $controller->run('/error')->getContent();
}
/**