From 1442842e6a880804bd4f6e8e067e933b1583c5c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 23 Jan 2015 14:46:04 +0100 Subject: [PATCH] remove date format from twig config date format is now handled by twig extension 'intl' refs #272 --- DependencyInjection/ChillMainExtension.php | 1 - 1 file changed, 1 deletion(-) diff --git a/DependencyInjection/ChillMainExtension.php b/DependencyInjection/ChillMainExtension.php index 76c96f8aa..2a310b38e 100644 --- a/DependencyInjection/ChillMainExtension.php +++ b/DependencyInjection/ChillMainExtension.php @@ -56,7 +56,6 @@ class ChillMainExtension extends Extension implements PrependExtensionInterface 'globals' => array( 'installation' => array( 'name' => $config['installation_name']), - 'date_format' => 'd-M-Y', 'available_languages' => $config['available_languages'] ), 'form' => array(