aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-04-12 20:38:56 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-04-12 20:38:56 +0200
commitc95e39c51ae914c89321371018642dbb69a3b851 (patch)
tree5c223089d1e2fede5112371fcf8f700f8aabe55b /app
parent63995be5ee248af5cb9381183afd8810202d7799 (diff)
downloadwallabag-c95e39c51ae914c89321371018642dbb69a3b851.tar.gz
wallabag-c95e39c51ae914c89321371018642dbb69a3b851.tar.zst
wallabag-c95e39c51ae914c89321371018642dbb69a3b851.zip
Lost in translation pager
Diffstat (limited to 'app')
-rw-r--r--app/config/services.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/config/services.yml b/app/config/services.yml
index e0683ffc..480408d9 100644
--- a/app/config/services.yml
+++ b/app/config/services.yml
@@ -6,7 +6,7 @@ services:
6 filesystem_cache: 6 filesystem_cache:
7 class: Doctrine\Common\Cache\FilesystemCache 7 class: Doctrine\Common\Cache\FilesystemCache
8 arguments: 8 arguments:
9 - %kernel.cache_dir%/doctrine/metadata 9 - "%kernel.cache_dir%/doctrine/metadata"
10 10
11 twig.extension.text: 11 twig.extension.text:
12 class: Twig_Extensions_Extension_Text 12 class: Twig_Extensions_Extension_Text