diff --git a/core/model/ErrorPage.php b/core/model/ErrorPage.php index 58071127c..152001279 100755 --- a/core/model/ErrorPage.php +++ b/core/model/ErrorPage.php @@ -103,6 +103,7 @@ class ErrorPage extends Page { Requirements::clear(); $controller = new ErrorPage_Controller($this); $errorContent = $controller->handleRequest(new HTTPRequest('GET',''))->getBody(); + Requirements::clear(); if(!file_exists(ASSETS_PATH)) { mkdir(ASSETS_PATH, 02775);