From c8fcb7cda8dbeb0e367a3b92176e23a0c37d20b1 Mon Sep 17 00:00:00 2001 From: Krunch Date: Mon, 19 May 2014 17:23:02 -0400 Subject: [PATCH] Binary filetypes was never read by the application from the config class --- src/GitList/Application.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GitList/Application.php b/src/GitList/Application.php index 7fda4de..10787e2 100644 --- a/src/GitList/Application.php +++ b/src/GitList/Application.php @@ -34,6 +34,7 @@ class Application extends SilexApplication $this['date.format'] = $config->get('date', 'format') ? $config->get('date', 'format') : 'd/m/Y H:i:s'; $this['theme'] = $config->get('app', 'theme') ? $config->get('app', 'theme') : 'default'; $this['filetypes'] = $config->getSection('filetypes'); + $this['binary_filetypes'] = $config->getSection('binary_filetypes'); $this['cache.archives'] = $this->getCachePath() . 'archives'; // Register services