ORIENT/modules
Matīss Jānis Āboltiņš 26d92d282f Fixed custom error pages outputting headers
If we don't have this method called, then the controller returns an object. From then on, [Symfony converts this object in to a string](https://github.com/symfony/HttpFoundation/blob/master/Response.php#L406). This string is **not just the content of the view**, but the headers as well.

After attaching this method, `handleCustomError()` returns a string and everything works as expected.
2015-04-02 09:59:07 +03:00
..
backend Allow pivot data to be entered when creating 2015-03-30 18:41:25 +11:00
cms Define more backend permissions 2015-03-26 21:56:04 +11:00
system Fixed custom error pages outputting headers 2015-04-02 09:59:07 +03:00