From: Guilherme Blanco Date: Sat, 10 Dec 2011 05:15:52 +0000 (-0500) Subject: 404 render must be called AFTER layout. The current values are wrong (layout is never... X-Git-Url: http://git.inspyration.org/?a=commitdiff_plain;h=8614a9a290239aed7b5819033da30418503748cf;hp=8614a9a290239aed7b5819033da30418503748cf;p=zf2.biz%2Fgalerie.git 404 render must be called AFTER layout. The current values are wrong (layout is never called), which in some weird situations may lead to $e->getResponse() return NULL. ---