diff --git a/main.php b/main.php index 3c62c9514..e9fa011ee 100644 --- a/main.php +++ b/main.php @@ -62,6 +62,9 @@ if(!empty($_SERVER['HTTP_X_ORIGINAL_URL'])) { $_SERVER['REQUEST_URI'] = $_SERVER['HTTP_X_ORIGINAL_URL']; } +// Enable the entity loader to be able to load XML in Zend_Locale_Data +libxml_disable_entity_loader(false); + /** * Figure out the request URL */